Pagini recente » Borderou de evaluare (job #796478) | Borderou de evaluare (job #2140314) | Borderou de evaluare (job #725416) | Borderou de evaluare (job #667013) | Borderou de evaluare (job #2662397)
Borderou de evaluare (job #2662397)
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 | 276ms | 1970kb | OK | 100 |
Punctaj total | 100 |