| Problem | minimum |
|---|---|
| User | bluesky2113 |
| Submission Time | 2024-08-20 19:25:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:7: error: ‘a’ was not declared in this scope
5 | sort(a, a+n);
| ^
minimum.cpp:5:12: error: ‘n’ was not declared in this scope
5 | sort(a, a+n);
| ^