Borderou de evaluare (job #2939729)
Utilizator | Data | 14 noiembrie 2022 01:11:51 | |
---|---|---|---|
Problema | Reversez | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:38:23: error: stray '#' in program
38 | fin >> x >> y;#include <bits/stdc++.h>
| ^
main.cpp: In function 'void dfs(int)':
main.cpp:17:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | for (int i = 0; i < g[u].size(); i++) {
| ~~^~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:38:24: error: 'include' was not declared in this scope
38 | fin >> x >> y;#include <bits/stdc++.h>
| ^~~~~~~
main.cpp:38:33: error: 'bits' was not declared in this scope
38 | fin >> x >> y;#include <bits/stdc++.h>
| ^~~~
main.cpp:38:38: error: 'stdc' was not declared in this scope; did you mean 'std'?
38 | fin >> x >> y;#include <bits/stdc++.h>
| ^~~~
| std
main.cpp:40:1: error: expected primary-expression before 'using'
40 | using namespace std;
| ^~~~~
main.cpp:50:12: error: a function-definition is not allowed here before '{' token
50 | int main() {
| ^
main.cpp:74:1: error: expected '}' at end of input
74 | }
| ^
main.cpp:36:34: note: to match this '{'
36 | for (int i = 1; i <= m; i++) {
| ^
main.cpp:47:11: warning: unused variable 'MOD' [-Wunused-variable]
47 | const int MOD = 666013;
| ^~~
main.cpp:48:5: warning: unused variable 'a' [-Wunused-variable]
48 | int a[N], dp[N];
| ^
main.cpp:48:11: warning: unused variable 'dp' [-Wunused-variable]
48 | int a[N], dp[N];
| ^~
main.cpp:74:1: error: expected '}' at end of input
74 | }
| ^
main.cpp:34:12: note: to match this '{'
34 | int main() {
| ^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !