Borderou de evaluare (job #2736267)

Utilizator FischerMiguel Mini Fischer Data 3 aprilie 2021 12:17:23
Problema Culori3 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In member function 'void Solver::solveOne(std::istream&, std::ostream&)': main.cpp:68:48: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] if (j > 0 && j < 4) dp[i&1][j] = dp[i&1^1][j-1] + dp[i&1^1][j+1]; ~^~ main.cpp:68:65: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] if (j > 0 && j < 4) dp[i&1][j] = dp[i&1^1][j-1] + dp[i&1^1][j+1]; ~^~ main.cpp:69:45: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] else if (j == 0) dp[i&1][j] = dp[i&1^1][j+1]; ~^~ main.cpp:70:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] else dp[i&1][j] = dp[i&1^1][j-1]; ~^~ main.cpp:72:41: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] for (int j = 0; j < 5; ++j) dp[i&1^1][j].clear(); ~^~
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms131kbOK5
22ms131kbOK5
32ms131kbOK5
42ms131kbOK5
52ms131kbOK5
63ms131kbOK5
73ms131kbOK5
83ms131kbOK5
93ms131kbOK5
104ms131kbOK5
116ms131kbOK5
127ms131kbOK5
139ms131kbOK5
1412ms131kbOK5
1516ms131kbOK5
162ms131kbOK5
172ms131kbOK5
183ms131kbOK5
194ms131kbOK5
2013ms131kbOK5
Punctaj total100

Ceva nu functioneaza?