Pagini recente »
Borderou de evaluare (job #205584)
|
Borderou de evaluare (job #102103)
|
Borderou de evaluare (job #442711)
|
Borderou de evaluare (job #194986)
|
Borderou de evaluare (job #626323)
Borderou de evaluare (job #626323)
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
|
1 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
|