Problem guessproblem
User IWKR
Submission Time 2023-01-03 18:57:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem.cpp:2:1: error: ‘mt19937’ does not name a type
2 | mt19937 rng(chrono::system_clock::now().time_since_epoch().count());
| ^~~~~~~
guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:7:10: error: ‘rng’ was not declared in this scope
7 | int a = rng() % 2;
| ^~~