Problem | minimum |
---|---|
User | 2Princes1Lance |
Submission Time | 2023-11-24 17:22:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:18: error: declaration of ‘int N’ shadows a parameter
2 | int Max = 0, N, A[];
| ^
minimum.cpp:2:23: error: declaration of ‘int A []’ shadows a parameter
2 | int Max = 0, N, A[];
| ^
minimum.cpp:2:21: error: storage size of ‘A’ isn’t known
2 | int Max = 0, N, A[];
| ^