Problem fallingbricks
User ThinkingGeek257
Submission Time 2026-06-24 11:52:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fallingbricks.cpp: In function ‘int main()’:
fallingbricks.cpp:22:4: error: expected ‘,’ or ‘;’ before ‘if’
22 | if (space == "O"){
| ^~
fallingbricks.cpp:32:4: error: expected ‘,’ or ‘;’ before ‘cout’
32 | cout << space;
| ^~~~