Problem minimum
User AndyChen
Submission Time 2026-05-15 13:21:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:10: error: ‘a’ was not declared in this scope
4 | sort(a.begin(), a.end(), greater<int>())
| ^