Borderou de evaluare (job #697240)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Exclusiv (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 feb. 2023 19:42:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:99:13: error: 'in' was not declared in this scope; did you mean 'yn'?
99 | #define cin in
| ^~
main.cpp:158:35: note: in expansion of macro 'cin'
158 | ios_base::sync_with_stdio(0); cin.tie(0); ct(fixed); ct(setprecision(10));
| ^~~
main.cpp: In member function 'char InParser::read_ch()':
main.cpp:46:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
46 | fread(buff, 1, 4096, fin);
| ~~~~~^~~~~~~~~~~~~~~~~~~~