Pagini recente » Borderou de evaluare (job #1339641) | Borderou de evaluare (job #1849510) | Borderou de evaluare (job #1447432) | Borderou de evaluare (job #724635) | Borderou de evaluare (job #2349564)
Borderou de evaluare (job #2349564)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:39:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while( !dq[0].empty() && Dp[ dq[0].back() ] + S[0][i] - S[0][ dq[0].back() ] >= Dp[i] )
^~~~~
main.cpp:41:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
dq[0].push_back( i );
^~
main.cpp:42:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while( !dq[1].empty() && Dp[ dq[1].back() ] + S[1][i] - S[1][ dq[1].back() ] >= Dp[i] )
^~~~~
main.cpp:44:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
dq[1].push_back( i );
^~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 131kb | OK | 10 |
2 | 2ms | 131kb | OK | 10 |
3 | 7ms | 262kb | OK | 10 |
4 | 17ms | 393kb | OK | 10 |
5 | 55ms | 262kb | OK | 10 |
6 | 63ms | 393kb | OK | 10 |
7 | 66ms | 262kb | OK | 10 |
8 | 73ms | 393kb | OK | 10 |
9 | 63ms | 393kb | OK | 10 |
10 | 81ms | 393kb | OK | 10 |
Punctaj total | 100 |