Borderou de evaluare (job #2161744)
Utilizator | Data | 11 martie 2018 20:33:59 | |
---|---|---|---|
Problema | Delfin | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In member function ‘char InParsare::read_character()’:
user.cpp:48:31: error: ‘CHARMAX’ was not declared in this scope
if(index_of_buffer == CHARMAX)
^
user.cpp: In constructor ‘InParsare::InParsare(const char*)’:
user.cpp:60:27: error: ‘CHARMAX’ was not declared in this scope
buffer = new char[CHARMAX]();
^
user.cpp: In member function ‘void OutParsare::write_character(char)’:
user.cpp:94:31: error: ‘CHARMAX’ was not declared in this scope
if(index_of_buffer == CHARMAX)
^
user.cpp: In constructor ‘OutParsare::OutParsare(const char*)’:
user.cpp:108:27: error: ‘CHARMAX’ was not declared in this scope
buffer = new char[CHARMAX]();
^
user.cpp: In function ‘int main()’:
user.cpp:9:50: error: ‘class InParsare’ has no member named ‘tie’
#define FASTIO ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0)
^
user.cpp:259:5: note: in expansion of macro ‘FASTIO’
FASTIO;
^
user.cpp:9:63: error: ‘class OutParsare’ has no member named ‘tie’
#define FASTIO ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0)
^
user.cpp:259:5: note: in expansion of macro ‘FASTIO’
FASTIO;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !