Pagini recente » Borderou de evaluare (job #346791) | Borderou de evaluare (job #2079871)
Borderou de evaluare (job #2079871)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:70:36: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘int’ [-Wformat=]
scanf("%d %d", noVertices, noEdges);
^
user.cpp:70:36: warning: format ‘%d’ expects argument of type ‘int*’, but argument 3 has type ‘int’ [-Wformat=]
user.cpp:74:40: warning: format ‘%d’ expects argument of type ‘int*’, but argument 2 has type ‘int’ [-Wformat=]
scanf("%d %d %d", src, dest, distance);
^
user.cpp:74:40: warning: format ‘%d’ expects argument of type ‘int*’, but argument 3 has type ‘int’ [-Wformat=]
user.cpp:74:40: warning: format ‘%d’ expects argument of type ‘int*’, but argument 4 has type ‘int’ [-Wformat=]
user.cpp:80:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 2; i < distances.size(); ++i) {
^
user.cpp:70:37: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", noVertices, noEdges);
^
user.cpp:74:41: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", src, dest, distance);
^
user.cpp:70:37: warning: ‘noVertices’ is used uninitialized in this function [-Wuninitialized]
scanf("%d %d", noVertices, noEdges);
^
user.cpp:70:37: warning: ‘noEdges’ is used uninitialized in this function [-Wuninitialized]
user.cpp:25:52: warning: ‘src’ may be used uninitialized in this function [-Wmaybe-uninitialized]
adjList[src].push_back(make_pair(dest, distance));
^
user.cpp:73:7: note: ‘src’ was declared here
int src, dest, distance;
^
user.cpp:74:41: warning: ‘dest’ may be used uninitialized in this function [-Wmaybe-uninitialized]
scanf("%d %d %d", src, dest, distance);
^
user.cpp:74:41: warning: ‘distance’ may be used uninitialized in this function [-Wmaybe-uninitialized]
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 0ms | 340kb | Killed by signal 11(SIGSEGV). | 0 |
| 2 | 0ms | 340kb | Killed by signal 11(SIGSEGV). | 0 |
| 3 | 0ms | 344kb | Killed by signal 11(SIGSEGV). | 0 |
| 4 | 0ms | 344kb | Killed by signal 11(SIGSEGV). | 0 |
| 5 | 0ms | 344kb | Killed by signal 11(SIGSEGV). | 0 |
| 6 | 0ms | 348kb | Killed by signal 11(SIGSEGV). | 0 |
| 7 | 0ms | 348kb | Killed by signal 11(SIGSEGV). | 0 |
| 8 | 0ms | 344kb | Killed by signal 11(SIGSEGV). | 0 |
| 9 | 0ms | 340kb | Killed by signal 11(SIGSEGV). | 0 |
| 10 | 0ms | 340kb | Killed by signal 11(SIGSEGV). | 0 |
| Punctaj total | 0 |