Problem splithunny
User Yannwen09
Submission Time 2023-11-10 13:58:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp:8:1: error: expected unqualified-id before ‘for’
8 | for (int i = 0; i < 4; i++) {
| ^~~
splithunny.cpp:8:17: error: ‘i’ does not name a type
8 | for (int i = 0; i < 4; i++) {
| ^
splithunny.cpp:8:24: error: ‘i’ does not name a type
8 | for (int i = 0; i < 4; i++) {
| ^
splithunny.cpp:16:5: error: expected unqualified-id before ‘return’
16 | return 0;
| ^~~~~~
splithunny.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^