Problem | devil |
---|---|
User | TheRaptor |
Submission Time | 2022-12-27 15:33:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
devil.cpp: In function ‘int main()’:
devil.cpp:6:17: error: ‘chrono’ has not been declared
6 | mt19937 rng(chrono::high_resolution_clock::now().time_since_epoch().count());
| ^~~~~~