Pagini recente » Borderou de evaluare (job #1815908) | Borderou de evaluare (job #2582178) | Borderou de evaluare (job #863640) | Borderou de evaluare (job #1745935) | Borderou de evaluare (job #1743338)
Borderou de evaluare (job #1743338)
Raport evaluator
Compilare:
user.cpp: In function ‘void dfs(int)’:
user.cpp:44:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < V[x].size(); ++ i)
^
user.cpp: In function ‘void read()’:
user.cpp:27:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
^
user.cpp:32:38: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &x, &y, &c);
^
user.cpp: In function ‘int main()’:
user.cpp:95:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("razboi.in", "r", stdin);
^
user.cpp:96:39: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("razboi.out", "w", stdout);
^
user.cpp:97:20: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &t);
^
user.cpp: In function ‘void solve()’:
user.cpp:70:27: warning: ‘nod’ is used uninitialized in this function [-Wuninitialized]
val = Max(val, dp[nod]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 132ms | 1488kb | Incorect | 0 |
Punctaj total | 0 |