Problem minimum
User Cxt76
Submission Time 2024-11-20 09:06:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:6:13: error: ā€˜Nā€™ was not declared in this scope
6 | int findmin(N,A) {
| ^
minimum.cpp:6:15: error: ā€˜Aā€™ was not declared in this scope
6 | int findmin(N,A) {
| ^
minimum.cpp:6:16: error: expression list treated as compound expression in initializer [-fpermissive]
6 | int findmin(N,A) {
| ^