Pagini recente » Borderou de evaluare (job #997305) | Borderou de evaluare (job #1561516) | Borderou de evaluare (job #2233069) | Borderou de evaluare (job #1087840) | Borderou de evaluare (job #2662398)
Borderou de evaluare (job #2662398)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:59:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int i = 1; i <= n; i++) cout << dp1[i] << ' '; cout << '\n';
^~~
main.cpp:59:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (int i = 1; i <= n; i++) cout << dp1[i] << ' '; cout << '\n';
^~~~
main.cpp:60:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int i = 1; i <= n; i++) cout << dp2[i] << ' '; cout << '\n';
^~~
main.cpp:60:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (int i = 1; i <= n; i++) cout << dp2[i] << ' '; cout << '\n';
^~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 274ms | 2080kb | OK | 100 |
Punctaj total | 100 |