Pagini recente » Borderou de evaluare (job #1161105) | Borderou de evaluare (job #721690) | Borderou de evaluare (job #1747897) | Borderou de evaluare (job #2754100) | Borderou de evaluare (job #2275089)
Borderou de evaluare (job #2275089)
Raport evaluator
Compilare:
main.c: In function 'has_winning_move':
main.c:92:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" "); printf("analyzing "); print_board(board); printf("\r\n");
^~~
main.c:92:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" "); printf("analyzing "); print_board(board); printf("\r\n");
^~~~~~
main.c:99:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("no moves, this is win\r\n");
^~~
main.c:99:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("no moves, this is win\r\n");
^~~~~~
main.c:108:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("cached board: "); print_board(found);printf("\r\n");
^~~
main.c:108:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("cached board: "); print_board(found);printf("\r\n");
^~~~~~
main.c:109:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("cached result on board: %d \r\n",result);
^~~
main.c:109:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("cached result on board: %d \r\n",result);
^~~~~~
main.c:119:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("possible move: ");print_board(move);printf("\r\n");
^~~
main.c:119:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("possible move: ");print_board(move);printf("\r\n");
^~~~~~
main.c:125:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("won on board "); print_board(board);printf("\r\n");
^~~
main.c:125:60: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("won on board "); print_board(board);printf("\r\n");
^~~~~~
main.c:134:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(int padi=0;padi<pad;padi++)printf(" ");printf("lost on board "); print_board(board);printf("\r\n");
^~~
main.c:134:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(int padi=0;padi<pad;padi++)printf(" ");printf("lost on board "); print_board(board);printf("\r\n");
^~~~~~
main.c: In function 'main':
main.c:31:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf (file, "%d", &n);
^~~~~~~~~~~~~~~~~~~~~~~
main.c: In function 'readboard':
main.c:72:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf (file, "%d", &number);
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 131kb | Ok! | 10 |
2 | 2ms | 131kb | Ok! | 10 |
3 | 3ms | 131kb | Ok! | 10 |
4 | 24ms | 131kb | Ok! | 10 |
5 | 95ms | 262kb | Ok! | 10 |
6 | 290ms | 262kb | Ok! | 10 |
7 | 1700ms | 1179kb | Time limit exceeded | 0 |
8 | 1700ms | 2883kb | Time limit exceeded | 0 |
9 | 1702ms | 1757kb | Time limit exceeded | 0 |
10 | 1700ms | 2428kb | Time limit exceeded | 0 |
Punctaj total | 60 |