Problem | hallucinations |
---|---|
User | MCSG |
Submission Time | 2025-06-18 11:00:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:40:12: error: expected ‘;’ before ‘two’
40 | one=one+1
| ^
| ;
41 | two=two+1
| ~~~
hallucinations.cpp:44:10: error: ‘else’ without a previous ‘if’
44 | }else{
| ^~~~