Borderou de evaluare (job #2585162)
Utilizator | Data | 18 martie 2020 18:21:22 | |
---|---|---|---|
Problema | Deletegcd | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:14:1: error: 'vector' does not name a type
vector <int> dprim[nmax];
^~~~~~
main.cpp:15:1: error: 'vector' does not name a type
vector <int> inter[nmax];
^~~~~~
main.cpp: In function 'void erat()':
main.cpp:89:13: error: 'dprim' was not declared in this scope
dprim[i].push_back(i);
^~~~~
main.cpp: In function 'void solve()':
main.cpp:103:15: error: 'dprim' was not declared in this scope
int m=dprim[v[i]].size();
^~~~~
main.cpp:106:16: error: 'inter' was not declared in this scope
if(inter[cj].empty()) {
^~~~~
main.cpp:111:16: error: 'inter' was not declared in this scope
if(inter[cj].back()==i-1) {
^~~~~
main.cpp:122:19: error: 'inter' was not declared in this scope
int m=inter[i].size();
^~~~~
main.cpp: In member function 'char InParser::read_ch()':
main.cpp:28:38: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
fread(buff, 1, 4096, fin);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !