Pagini recente »
Borderou de evaluare (job #165472)
|
Borderou de evaluare (job #313427)
|
Borderou de evaluare (job #625602)
|
Borderou de evaluare (job #648426)
|
Borderou de evaluare (job #626394)
Borderou de evaluare (job #626394)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:15:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
15 | if(row%2!=0 && col%2==0 || row%2==0 && col%2!=0) sum=sum-col-row;
| ~~~~~~~~~^~~~~~~~~~~
main.cpp:16:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
16 | if(row%2==0 && col%2==0 || row%2!=0 && col%2!=0) sum=sum+col+row;
| ~~~~~~~~~^~~~~~~~~~~
Test |
Timp execuție |
Memorie folosită |
Mesaj |
Punctaj/test |
1
|
2 ms
|
114 kb
|
OK
|
25
|
2
|
1 ms
|
114 kb
|
OK
|
25
|
3
|
1 ms
|
114 kb
|
OK
|
25
|
4
|
1 ms
|
114 kb
|
OK
|
25
|
Punctaj total
|
100
|