Problem | eight |
---|---|
User | Marcos |
Submission Time | 2025-06-16 16:58:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:9:16: error: no post-increment operator for type
9 | if(a==8)count++;
| ^~
eight.cpp:9:18: error: expected ‘}’ at end of input
9 | if(a==8)count++;
| ^
eight.cpp:7:30: note: to match this ‘{’
7 | for (int i=0; i < N ; i ++) {
| ^
eight.cpp:9:18: error: expected ‘}’ at end of input
9 | if(a==8)count++;
| ^
eight.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^