| Problem | minimum |
|---|---|
| User | dumgod |
| Submission Time | 2026-03-08 12:08:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘long long int findMin(long long int, long long int*)’:
minimum.cpp:18:17: error: ‘arr’ was not declared in this scope
18 | mini=min(mini,arr[i]);
| ^~~