Pagini recente » Borderou de evaluare (job #2048318) | Borderou de evaluare (job #658451) | Borderou de evaluare (job #1779142) | Borderou de evaluare (job #970585) | Borderou de evaluare (job #2549598)
Borderou de evaluare (job #2549598)
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:54:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l-1][c]==1)
^~
main.cpp:56:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
l--;
^
main.cpp:74:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l-1][c-1]==1)
^~
main.cpp:76:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c--;
^
main.cpp:96:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l-1][c+1]==1)
^~
main.cpp:98:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c++;
^
main.cpp:118:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l+1][c]==1)
^~
main.cpp:120:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
l++;
^
main.cpp:138:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l+1][c+1]==1)
^~
main.cpp:140:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c++;
^
main.cpp:160:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l+1][c-1]==1)
^~
main.cpp:162:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
l++;
^
main.cpp:182:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l][c-1]==1)
^~
main.cpp:184:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c--;
^
main.cpp:202:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(v[l][c+1]==1)
^~
main.cpp:204:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
c++;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 131kb | OK! | 10 |
2 | 2ms | 131kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
3 | 2ms | 262kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
4 | 2ms | 131kb | Prima cerinta este rezolvata gresit, iar a doua este rezolvata corect. | 8 |
5 | 2ms | 262kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
6 | 3ms | 393kb | Ambele cerinte sunt rezolvate gresit. | 0 |
7 | 3ms | 524kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
8 | 9ms | 2097kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
9 | 18ms | 4194kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
10 | 19ms | 4194kb | Prima cerinta este rezolvata corect, iar a doua este rezolvata gresit. | 2 |
Punctaj total | 32 |