Pagini recente » Borderou de evaluare (job #2686989) | Borderou de evaluare (job #1791856) | Borderou de evaluare (job #551418) | Borderou de evaluare (job #1606908) | Borderou de evaluare (job #1539295)
Borderou de evaluare (job #1539295)
Raport evaluator
Compilare:
user.cpp: In function ‘void dfs(char)’:
user.cpp:16:13: warning: array subscript has type ‘char’ [-Wchar-subscripts]
vis[node] = true;
^
user.cpp:17:18: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp_count[node] = 1;
^
user.cpp:19:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (edge[node][it]) {
^
user.cpp:19:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (edge[node][it]) {
^
user.cpp:20:24: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (!vis[it])
^
user.cpp:23:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (dp[it] + 1 > dp[node])
^
user.cpp:23:37: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (dp[it] + 1 > dp[node])
^
user.cpp:24:24: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[node] = dp[it] + 1, dp_count[node] = dp_count[it];
^
user.cpp:24:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[node] = dp[it] + 1, dp_count[node] = dp_count[it];
^
user.cpp:24:53: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[node] = dp[it] + 1, dp_count[node] = dp_count[it];
^
user.cpp:24:68: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[node] = dp[it] + 1, dp_count[node] = dp_count[it];
^
user.cpp:25:27: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else if (dp[it] + 1 == dp[node])
^
user.cpp:25:43: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else if (dp[it] + 1 == dp[node])
^
user.cpp:26:30: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp_count[node] += dp_count[it];
^
user.cpp:26:46: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp_count[node] += dp_count[it];
^
user.cpp:30:22: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (edge[node][it]) {
^
user.cpp:30:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 416kb | OK | 10 |
2 | 0ms | 412kb | OK | 10 |
3 | 0ms | 416kb | OK | 10 |
4 | 0ms | 428kb | Incorect | 0 |
5 | 0ms | 428kb | Incorect | 0 |
6 | 0ms | 424kb | Incorect | 0 |
7 | 0ms | 428kb | Incorect | 0 |
8 | 0ms | 428kb | Incorect | 0 |
9 | 0ms | 432kb | Incorect | 0 |
10 | 0ms | 424kb | Incorect | 0 |
Punctaj total | 30 |