Pagini recente » Cod sursa (job #2114451) | Cod sursa (job #3224345) | Cod sursa (job #37871) | Borderou de evaluare (job #2151988) | Borderou de evaluare (job #1539314)
Borderou de evaluare (job #1539314)
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 | 428kb | OK | 10 |
| 2 | 0ms | 424kb | OK | 10 |
| 3 | 0ms | 424kb | OK | 10 |
| 4 | 0ms | 440kb | OK | 10 |
| 5 | 0ms | 440kb | OK | 10 |
| 6 | 0ms | 440kb | OK | 10 |
| 7 | 0ms | 444kb | OK | 10 |
| 8 | 0ms | 440kb | OK | 10 |
| 9 | 0ms | 444kb | OK | 10 |
| 10 | 0ms | 448kb | OK | 10 |
| Punctaj total | 100 |