Borderou de evaluare (job #1439411)
Utilizator | Data | 22 mai 2015 11:57:46 | |
---|---|---|---|
Problema | Blas | Status | done |
Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:21:12: error: expected identifier before numeric constant
vint r(5);
^
user.cpp:21:12: error: expected ‘,’ or ‘...’ before numeric constant
user.cpp: In constructor ‘resset::resset(int, int, int, int)’:
user.cpp:26:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[1] = a;
^
user.cpp:27:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[2] = b;
^
user.cpp:28:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[3] = c;
^
user.cpp:29:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[4] = d;
^
user.cpp: In member function ‘void resset::shift(int)’:
user.cpp:34:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[1] = this->r[2];
^
user.cpp:34:31: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[1] = this->r[2];
^
user.cpp:35:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[2] = this->r[3];
^
user.cpp:35:31: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[2] = this->r[3];
^
user.cpp:36:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[3] = this->r[4];
^
user.cpp:36:31: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[3] = this->r[4];
^
user.cpp:37:18: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
this->r[4] = next;
^
user.cpp: In member function ‘int resset::get(int)’:
user.cpp:42:29: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
return this->r[c];
^
user.cpp:44:29: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
return this->r[4];
^
user.cpp: In function ‘void gen(int)’:
user.cpp:68:15: error: expected unqualified-id before ‘.’ token
resset.get(query[point]);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !