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