| Problem | parallelogramisation |
|---|---|
| User | Usu |
| Submission Time | 2025-08-28 15:39:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘void fastscan(long long unsigned int&)’:
parallelogramisation.cpp:9:9: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
9 | c = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked
parallelogramisation.cpp: In function ‘void fastscanshort(short int&)’:
parallelogramisation.cpp:23:9: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
23 | c = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked