| Problem | minimum |
|---|---|
| User | christal |
| Submission Time | 2023-12-09 15:00:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:6:15: error: expected ‘]’ before numeric constant
6 | long long 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]);
| ^