| Problem | minimum |
|---|---|
| User | user123 |
| Submission Time | 2026-03-12 18:28:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp:1:1: error: ‘mt19937’ does not name a type
1 | mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
| ^~~~~~~
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:11: error: ‘rng’ was not declared in this scope
4 | return A[rng()%N];
| ^~~