Problem celldivision
User bron
Submission Time 2023-01-14 10:35:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘void read(long long int&)’:
celldivision.cpp:5:26: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
5 | #define getchar_unlocked _getchar_nolock
| ^~~~~~~~~~~~~~~
celldivision.cpp:10:15: note: in expansion of macro ‘getchar_unlocked’
10 | char ch = getchar_unlocked();
| ^~~~~~~~~~~~~~~~