Problem minimum
User peepeepoopoo
Submission Time 2026-06-09 10:46:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:5:20: error: ‘intA’ has not been declared
5 | int findMin(int N, intA[]) {
| ^~~~
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:19: error: ‘A’ was not declared in this scope
6 | int min_val = A[0];
| ^