Problem nombor
User dacashew
Submission Time 2024-01-29 10:45:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nombor.cpp:63:13: error: duplicate ‘unsigned’
63 | #define int unsigned long long
| ^~~~~~~~
nombor.cpp:89:23: note: in expansion of macro ‘int’
89 | mt19937 rng((unsigned int) chrono::steady_clock::now().time_since_epoch().count());
| ^~~