Pagini recente » Cod sursa (job #2004161) | Cod sursa (job #2391815) | Borderou de evaluare (job #2299919) | Cod sursa (job #653301) | 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 |