Pagini recente » Borderou de evaluare (job #2813784) | Borderou de evaluare (job #2556264) | Borderou de evaluare (job #3169308) | Borderou de evaluare (job #1937173) | Borderou de evaluare (job #2519934)
Borderou de evaluare (job #2519934)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:58:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int i = 1; i <= n; i++) cout << dp1[i] << ' '; cout << '\n';
^~~
main.cpp:58: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:59:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int i = 1; i <= n; i++) cout << dp2[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 << dp2[i] << ' '; cout << '\n';
^~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 242ms | 1966kb | OK | 100 |
Punctaj total | 100 |