Problem minimum
User Galaxy
Submission Time 2024-08-30 11:37:17
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, A) {
| ^
minimum.cpp:1:16: error: ā€˜Aā€™ was not declared in this scope
1 | int findMin(N, A) {
| ^
minimum.cpp:1:17: error: expression list treated as compound expression in initializer [-fpermissive]
1 | int findMin(N, A) {
| ^