| Problem | eight |
|---|---|
| User | ayreentazz |
| Submission Time | 2026-04-18 09:17:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:8:23: error: expected ‘;’ before ‘)’ token
8 | for(int i=0; i<n, i++){
| ^
| ;
eight.cpp:10:16: error: expected primary-expression before ‘}’ token
10 | if(arr[i]==8)}
| ^
eight.cpp: At global scope:
eight.cpp:13:2: error: expected declaration before ‘}’ token
13 | }
| ^
eight.cpp:14:2: error: ‘cout’ does not name a type
14 | cout<<ans;
| ^~~~
eight.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^