Borderou de evaluare (job #1539299)

Utilizator Andrei1998Andrei Constantinescu Andrei1998 Data 30 noiembrie 2015 17:34:58
Problema Path Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 30

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
10ms416kbOK10
20ms412kbOK10
30ms412kbOK10
40ms436kbIncorect0
50ms432kbIncorect0
60ms428kbIncorect0
70ms428kbIncorect0
80ms432kbIncorect0
90ms432kbIncorect0
100ms424kbIncorect0
Punctaj total30

Ceva nu functioneaza?