Problem matsuri
User leyi
Submission Time 2023-08-20 13:05:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

matsuri.cpp: In function ‘long long int readint()’:
matsuri.cpp:8:8: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
8 | ch = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked
matsuri.cpp: In function ‘void print(long long int, bool)’:
matsuri.cpp:26:2: error: ‘_putchar_nolock’ was not declared in this scope; did you mean ‘putchar_unlocked’?
26 | _putchar_nolock(x % 10 + '0');
| ^~~~~~~~~~~~~~~
| putchar_unlocked