| Problem | minimum |
|---|---|
| User | CapK1wi |
| Submission Time | 2026-04-25 12:33:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:8:14: error: ‘mn’ was not declared in this scope; did you mean ‘min’?
8 | if (A[i] < mn) {
| ^~
| min
minimum.cpp:13:10: error: ‘mn’ was not declared in this scope; did you mean ‘min’?
13 | cout << mn <<endl;
| ^~
| min