Borderou de evaluare (job #1539295)

Utilizator Andrei1998Andrei Constantinescu Andrei1998 Data 30 noiembrie 2015 17:32:38
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: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
10ms416kbOK10
20ms412kbOK10
30ms416kbOK10
40ms428kbIncorect0
50ms428kbIncorect0
60ms424kbIncorect0
70ms428kbIncorect0
80ms428kbIncorect0
90ms432kbIncorect0
100ms424kbIncorect0
Punctaj total30

Ceva nu functioneaza?