Problem notduckhunt
User hpesoj
Submission Time 2025-12-28 13:36:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

notduckhunt.cpp: In function ‘void print(int64_t (&)[], size_t, bool)’:
notduckhunt.cpp:31:25: error: unable to find numeric literal operator ‘operator""uz’
31 | if (b) for (auto i {1uz}; i <= x; i++) cout << a[i] << ' ';
| ^~~
notduckhunt.cpp:32:23: error: unable to find numeric literal operator ‘operator""uz’
32 | else for (auto i {1uz}; i < x; i++) cout << a[i] << ' ';
| ^~~