Problem minimum
User user123
Submission Time 2026-03-12 18:28:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:3:1: error: ‘mt19937’ does not name a type
3 | mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
| ^~~~~~~
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:11: error: ‘rng’ was not declared in this scope
6 | return A[rng()%N];
| ^~~