Problem | eight |
---|---|
User | khai |
Submission Time | 2025-06-16 17:13:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:8:16: error: expected ‘}’ at end of input
8 | cin >> arr[i];
| ^
eight.cpp:7:30: note: to match this ‘{’
7 | for (int i = 0; i < N; i++) {
| ^
eight.cpp:8:16: error: expected ‘}’ at end of input
8 | cin >> arr[i];
| ^
eight.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^