Problem minimum
User KJF
Submission Time 2026-02-17 19:58:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:1:13: error: ‘n’ was not declared in this scope
1 | int findMin(n, list) {
| ^
minimum.cpp:1:16: error: ‘list’ was not declared in this scope
1 | int findMin(n, list) {
| ^~~~
minimum.cpp:1:20: error: expression list treated as compound expression in initializer [-fpermissive]
1 | int findMin(n, list) {
| ^