Problem pokeadd
User dacashew
Submission Time 2024-02-05 21:29:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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