Problem splithunny
User Yannwen09
Submission Time 2023-11-10 14:40:27
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:15:5: error: expected unqualified-id before ‘return’
15 | return 0;
| ^~~~~~
splithunny.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^