Borderou de evaluare (job #2427640)
Utilizator | Data | 1 iunie 2019 13:11:01 | |
---|---|---|---|
Problema | Order | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:69:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
main.cpp:137:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
main.cpp:205:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
main.cpp:69:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^~~~~~~
main.cpp:73:12: error: redefinition of 'std::ifstream in'
ifstream in("order.in");
^
main.cpp:5:10: note: 'std::ifstream in' previously declared here
ifstream in("order.in");
^~
main.cpp:74:13: error: redefinition of 'std::ofstream out'
ofstream out("order.out");
^
main.cpp:6:10: note: 'std::ofstream out' previously declared here
ofstream out("order.out");
^~~
main.cpp:76:11: error: redefinition of 'const int DIM'
const int DIM = 3e4 + 7;
^~~
main.cpp:8:11: note: 'const int DIM' previously defined here
const int DIM = 3e4 + 7;
^~~
main.cpp:78:17: error: redefinition of 'int aint [180042]'
int aint[6 * DIM];
^
main.cpp:10:5: note: 'int aint [180042]' previously declared here
int aint[6 * DIM];
^~~~
main.cpp: In function 'void build_tree(int, int, int)':
main.cpp:80:6: error: redefinition of 'void build_tree(int, int, int)'
void build_tree(int pos, int l, int r)
^~~~~~~~~~
main.cpp:12:6: note: 'void build_tree(int, int, int)' previously defined here
void build_tree(int pos, int l, int r)
^~~~~~~~~~
main.cpp: In function 'void query(int, int, int, int)':
main.cpp:96:6: error: redefinition of 'void query(int, int, int, int)'
void query(int pos, int l, int r, int cnt)
^~~~~
main.cpp:28:6: note: 'void query(int, int, int, int)' previously defined here
void query(int pos, int l, int r, int cnt)
^~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !