Pagini recente » Borderou de evaluare (job #2917507) | Borderou de evaluare (job #514458) | Borderou de evaluare (job #453466) | Borderou de evaluare (job #2704917) | Borderou de evaluare (job #1110051)
Borderou de evaluare (job #1110051)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:44:32: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][0][0] = dp[i & 1 ^ 1][1][0];
^
user.cpp:45:32: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][0][1] = dp[i & 1 ^ 1][1][1];
^
user.cpp:47:36: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][j][0] = dp[i & 1 ^ 1][j - 1][0] + dp[i & 1 ^ 1][j + 1][0];
^
user.cpp:47:62: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][j][0] = dp[i & 1 ^ 1][j - 1][0] + dp[i & 1 ^ 1][j + 1][0];
^
user.cpp:49:40: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][j][1] = dp[i & 1 ^ 1][j - 1][1] + dp[i & 1 ^ 1][j + 1][1];
^
user.cpp:49:66: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
dp[i & 1][j][1] = dp[i & 1 ^ 1][j - 1][1] + dp[i & 1 ^ 1][j + 1][1];
^
user.cpp:50:41: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
else dp[i & 1][j][1] = dp[i & 1 ^ 1][j - 1][0] + dp[i & 1 ^ 1][j + 1][1];
^
user.cpp:50:67: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
else dp[i & 1][j][1] = dp[i & 1 ^ 1][j - 1][0] + dp[i & 1 ^ 1][j + 1][1];
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 416kb | Raspuns corect! | 10 |
2 | 0ms | 456kb | Raspuns corect! | 10 |
3 | 0ms | 484kb | Raspuns corect! | 10 |
4 | 0ms | 524kb | Raspuns corect! | 10 |
5 | 4ms | 560kb | Raspuns partial corect! | 6 |
6 | 4ms | 592kb | Raspuns partial corect! | 6 |
7 | 4ms | 608kb | Raspuns partial corect! | 6 |
8 | 4ms | Depăşit | Memory limit exceeded. | 0 |
9 | 4ms | Depăşit | Memory limit exceeded. | 0 |
10 | 4ms | Depăşit | Memory limit exceeded. | 0 |
Punctaj total | 58 |