Pagini recente » Borderou de evaluare (job #2533455) | Borderou de evaluare (job #1454808) | Borderou de evaluare (job #238552) | Borderou de evaluare (job #1581007) | Borderou de evaluare (job #2192198)
Borderou de evaluare (job #2192198)
Raport evaluator
Compilare:
user.cpp: In function ‘void dfs(int)’:
user.cpp:15:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < G[node].size(); i++) {
~~^~~~~~~~~~~~~~~~
user.cpp: In function ‘int main()’:
user.cpp:101:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < Sol.size(); i++)
~~^~~~~~~~~~~~
user.cpp:106:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < Sol.size(); i++)
~~^~~~~~~~~~~~
user.cpp:108:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = i + 1; j < Sol.size(); j++)
~~^~~~~~~~~~~~
user.cpp:22:33: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dans.in", "r", stdin);
^
user.cpp:23:35: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dans.out", "w", stdout);
^
user.cpp:25:18: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &T);
^
user.cpp:27:26: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &N, &M);
^
user.cpp:36:28: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &a, &b);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | Depăşit | 18604kb | Time limit exceeded. | 0 |
Punctaj total | 0 |