| Problem | candies |
|---|---|
| User | nminhnguyenle |
| Submission Time | 2026-01-24 18:09:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies.cpp: In function ‘void inp(long long int&)’:
candies.cpp:39:15: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
39 | do { ch = _getchar_nolock(); } while (ch < '0' || ch > '9');
| ^~~~~~~~~~~~~~~
| getchar_unlocked
candies.cpp:42:14: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
42 | ch = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked