Borderou de evaluare (job #689070)
Raport evaluator
Compilare:
user.cpp: In function ‘void BFS()’:
user.cpp:41:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
for(it k = graph[a.first].begin(); k != graph[a.first].end(); k++)
^
user.cpp:41:56: warning: array subscript has type ‘char’ [-Wchar-subscripts]
for(it k = graph[a.first].begin(); k != graph[a.first].end(); k++)
^
user.cpp:42:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
{ if(a.second - story[*k].second <= 0) continue;
^
user.cpp:44:16: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(A[a.first][a.second] + story[*k].first < A[*k][a.second - story[*k].second])
^
user.cpp:44:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(A[a.first][a.second] + story[*k].first < A[*k][a.second - story[*k].second])
^
user.cpp:44:38: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(A[a.first][a.second] + story[*k].first < A[*k][a.second - story[*k].second])
^
user.cpp:44:52: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(A[a.first][a.second] + story[*k].first < A[*k][a.second - story[*k].second])
^
user.cpp:44:73: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if(A[a.first][a.second] + story[*k].first < A[*k][a.second - story[*k].second])
^
user.cpp:46:9: warning: array subscript has type ‘char’ [-Wchar-subscripts]
A[*k][a.second - story[*k].second] = A[a.first][a.second] + story[*k].first;
^
user.cpp:46:30: warning: array subscript has type ‘char’ [-Wchar-subscripts]
A[*k][a.second - story[*k].second] = A[a.first][a.second] + story[*k].first;
^
user.cpp:46:51: warning: array subscript has type ‘char’ [-Wchar-subscripts]
A[*k][a.second - story[*k].second] = A[a.first][a.second] + story[*k].first;
^
user.cpp:46:61: warning: array subscript has type ‘char’ [-Wchar-subscripts]
A[*k][a.second - story[*k].second] = A[a.first][a.second] + story[*k].first;
^
user.cpp:46:73: warning: array subscript has type ‘char’ [-Wchar-subscripts]
A[*k][a.second - story[*k].second] = A[a.first][a.second] + story[*k].first;
^
user.cpp:48:45: warning: array subscript has type ‘char’ [-Wchar-subscripts]
q.push(make_pair(*k, a.second - story[*k].second));
^
user.cpp:32:7: warning: unused variable ‘i’ [-Wunused-variable]
{ int i;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 620kb | OK | 10 |
2 | 0ms | 616kb | OK | 10 |
3 | 8ms | 700kb | Incorect | 0 |
4 | 0ms | 668kb | Incorect | 0 |
5 | 8ms | 660kb | OK | 10 |
6 | 0ms | 636kb | Incorect | 0 |
7 | 0ms | 640kb | Incorect | 0 |
8 | 0ms | 624kb | Incorect | 0 |
9 | 0ms | 668kb | Killed by signal 11(SIGSEGV). | 0 |
10 | 12ms | 652kb | Killed by signal 11(SIGSEGV). | 0 |
Punctaj total | 30 |