Problem | minimum |
---|---|
User | christal |
Submission Time | 2023-12-09 14:58:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:6:9: error: expected ‘]’ before numeric constant
6 | int A[2 000 000 005];
| ^~~~
| ]
minimum.cpp:7:27: error: ‘i’ was not declared in this scope
7 | int findMin(int N, int A[i]);
| ^