Pagini recente » Borderou de evaluare (job #1935022) | Borderou de evaluare (job #2474081) | Borderou de evaluare (job #2146837) | Borderou de evaluare (job #2143380) | Borderou de evaluare (job #2190469)
Borderou de evaluare (job #2190469)
Raport evaluator
Compilare:
user.c: In function ‘graphDestroy’:
user.c:258:7: warning: unused variable ‘adjListDestroyStatus’ [-Wunused-variable]
int adjListDestroyStatus = adjListDestroy(graph->adjList[i]); //destroy the adjacency list
^~~~~~~~~~~~~~~~~~~~
user.c: In function ‘graphReadFromFileWWeight’:
user.c:338:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(inFile, "%d %d %d", &node1Id, &node2Id, &weight); //read the data
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user.c: In function ‘graphReadFromFileWoWeight’:
user.c:371:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(inFile, "%d %d %d", &aux, &aux, &aux);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user.c:383:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(inFile, "%d %d", &node1Id, &node2Id); //read the data
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user.c: In function ‘graphReadFromFile’:
user.c:405:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
user.c: In function ‘main’:
user.c:623:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(inFile, "%d %d %d", &vertexCount, &edgeCount, &sourceNode); //reads the data
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 880kb | OK | 10 |
2 | 0ms | 872kb | OK | 10 |
3 | 0ms | 816kb | OK | 10 |
4 | 4ms | 816kb | OK | 10 |
5 | 12ms | 1012kb | OK | 10 |
6 | 84ms | 2792kb | OK | 10 |
7 | 244ms | 6112kb | OK | 10 |
8 | 228ms | 7384kb | OK | 10 |
9 | Depăşit | 21612kb | Time limit exceeded. | 0 |
10 | Depăşit | 21608kb | Time limit exceeded. | 0 |
Punctaj total | 80 |