Problem celldivision
User usernamehere
Submission Time 2024-10-12 11:32:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘long long int readint()’:
celldivision.cpp:18:17: error: ‘__acrt_iob_func’ was not declared in this scope
18 | char ch = (--((__acrt_iob_func(0)))->_cnt >= 0 ? 0xff & *((__acrt_iob_func(0)))->_ptr++ : _filbuf((__acrt_iob_func(0))));
| ^~~~~~~~~~~~~~~
celldivision.cpp:18:92: error: ‘_filbuf’ was not declared in this scope
18 | char ch = (--((__acrt_iob_func(0)))->_cnt >= 0 ? 0xff & *((__acrt_iob_func(0)))->_ptr++ : _filbuf((__acrt_iob_func(0))));
| ^~~~~~~