Pagini recente » Borderou de evaluare (job #2293766) | Borderou de evaluare (job #1187097) | Borderou de evaluare (job #2875771) | Borderou de evaluare (job #1436144) | Borderou de evaluare (job #3290023)
Borderou de evaluare (job #3290023)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:54:38: warning: statement has no effect [-Wunused-value]
54 | A[i-1][j]=='N';
| ~~~~~~~~~^~~~~
main.cpp:56:38: warning: statement has no effect [-Wunused-value]
56 | A[i-1][j]=='A';
| ~~~~~~~~~^~~~~
main.cpp:60:38: warning: statement has no effect [-Wunused-value]
60 | A[i][j-1]=='N';
| ~~~~~~~~~^~~~~
main.cpp:62:38: warning: statement has no effect [-Wunused-value]
62 | A[i][j-1]=='A';
| ~~~~~~~~~^~~~~
main.cpp:66:38: warning: statement has no effect [-Wunused-value]
66 | A[i][j+1]=='N';
| ~~~~~~~~~^~~~~
main.cpp:68:38: warning: statement has no effect [-Wunused-value]
68 | A[i][j+1]=='A';
| ~~~~~~~~~^~~~~
main.cpp:72:38: warning: statement has no effect [-Wunused-value]
72 | A[i+1][j]=='N';
| ~~~~~~~~~^~~~~
main.cpp:74:38: warning: statement has no effect [-Wunused-value]
74 | A[i+1][j]=='A';
| ~~~~~~~~~^~~~~
main.cpp:73:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
73 | else
| ^~~~
main.cpp:75:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
75 | cnt++;}}}
| ^~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 303kb | Incorect | 0 |
Punctaj total | 0 |