Problem | eight |
---|---|
User | smartsword |
Submission Time | 2025-04-23 16:56:26 |
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:5: error: expected primary-expression before ‘return’
20 | return 0;
| ^~~~~~
eight.cpp:18:14: error: expected ‘)’ before ‘return’
18 | cout << ans;
| ^
| )
19 |
20 | return 0;
| ~~~~~~
eight.cpp:15:9: note: to match this ‘(’
15 | for (i =8){
| ^