Pagini recente » Borderou de evaluare (job #107209) | Borderou de evaluare (job #2473935) | Borderou de evaluare (job #622255) | Borderou de evaluare (job #477853) | Borderou de evaluare (job #2455648)
Borderou de evaluare (job #2455648)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:20:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int i=1;i<=n;i++)
^~~
main.cpp:23:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
log2n=lg[n];
^~~~~
main.cpp:29:41: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
if(dp[i][j-1]<dp[i+(1<<j-1)][j-1])
~^~
main.cpp:32:40: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
dp[i][j]=dp[i+(1<<j-1)][j-1];
~^~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 2ms | 131kb | OK | 10 | 10 |
2 | 2ms | 131kb | OK | 10 | 10 |
3 | 5ms | 524kb | OK | 10 | 10 |
4 | 108ms | 4194kb | OK | 10 | 10 |
5 | 127ms | 4194kb | OK | 10 | 20 |
6 | 560ms | 6946kb | OK | 10 |
7 | 582ms | 8388kb | OK | 10 | 10 |
8 | 666ms | 10223kb | OK | 10 | 10 |
9 | 734ms | 10485kb | OK | 10 | 10 |
10 | 808ms | 11010kb | OK | 10 | 10 |
Punctaj total | 100 |