Borderou de evaluare (job #710632)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Magazin (clasele 8-9) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 23 mar. 2023 19:05:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:118:42: error: 'class InParser' has no member named 'tie'
118 | ios_base::sync_with_stdio(false); cin.tie(NULL);
| ^~~
main.cpp: In member function 'char InParser::read_ch()':
main.cpp:34:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
34 | fread(buff, 1, 4096, fin);
| ~~~~~^~~~~~~~~~~~~~~~~~~~