Problem minimum
User Clonemax2008
Submission Time 2023-10-30 09:38:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:10:13: error: ‘n’ was not declared in this scope
10 | findMin(n, mySet);
| ^
minimum.cpp:10:16: error: ‘mySet’ was not declared in this scope
10 | findMin(n, mySet);
| ^~~~~