Pagini recente » Borderou de evaluare (job #1643123) | Borderou de evaluare (job #714359) | Borderou de evaluare (job #650782) | Borderou de evaluare (job #2755055) | Borderou de evaluare (job #2584683)
Borderou de evaluare (job #2584683)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:33:32: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
dp[i & 1][x[i]] = dp[i & 1 ^ 1][y[i]] + a;
~~^~~
main.cpp:34:32: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
dp[i & 1][y[i]] = dp[i & 1 ^ 1][x[i]];
~~^~~
main.cpp:37:51: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
dp[i & 1][j] = min(dp[i & 1][j], dp[i & 1 ^ 1][j] + b);
~~^~~
main.cpp:38:51: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
dp[i & 1][j] = min(dp[i & 1][j], dp[i & 1 ^ 1][x[i]] + c);
~~^~~
main.cpp:39:51: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
dp[i & 1][j] = min(dp[i & 1][j], dp[i & 1 ^ 1][y[i]] + a + c);
~~^~~
main.cpp:42:22: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
fout << min(dp[n & 1 ^ 1][x[n]], dp[n & 1 ^ 1][y[n]] + a) << "\n";
~~^~~
main.cpp:42:43: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
fout << min(dp[n & 1 ^ 1][x[n]], dp[n & 1 ^ 1][y[n]] + a) << "\n";
~~^~~
 | Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
✓ | 1 | 2ms | 131kb | OK | 5 | 10 |
✓ | 2 | 2ms | 131kb | OK | 5 |
✓ | 3 | 2ms | 131kb | OK | 5 | 20 |
✓ | 4 | 2ms | 131kb | OK | 5 |
✓ | 5 | 2ms | 131kb | OK | 5 |
✓ | 6 | 2ms | 131kb | OK | 5 |
✓ | 7 | 6ms | 131kb | OK | 5 | 20 |
✓ | 8 | 7ms | 131kb | OK | 5 |
✓ | 9 | 6ms | 131kb | OK | 5 |
✓ | 10 | 7ms | 131kb | OK | 5 |
✓ | 11 | 19ms | 262kb | OK | 5 | 20 |
✓ | 12 | 19ms | 262kb | OK | 5 |
✓ | 13 | 19ms | 262kb | OK | 5 |
✓ | 14 | 19ms | 262kb | OK | 5 |
✓ | 15 | 123ms | 917kb | OK | 5 | 30 |
✓ | 16 | 131ms | 917kb | OK | 5 |
✓ | 17 | 134ms | 917kb | OK | 5 |
✓ | 18 | 114ms | 1048kb | OK | 5 |
✓ | 19 | 131ms | 917kb | OK | 5 |
✓ | 20 | 128ms | 917kb | OK | 5 |
Punctaj total | 100 |