Problem | eight |
---|---|
User | smartsword |
Submission Time | 2025-04-23 16:57:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:15:10: error: ‘i’ was not declared in this scope
15 | for (i =8){
| ^
eight.cpp:20:1: error: expected primary-expression before ‘}’ token
20 | }
| ^
eight.cpp:18:14: error: expected ‘)’ before ‘}’ token
18 | cout << ans;
| ^
| )
19 |
20 | }
| ~
eight.cpp:15:9: note: to match this ‘(’
15 | for (i =8){
| ^
eight.cpp:20:1: error: expected primary-expression before ‘}’ token
20 | }
| ^