Compile Error
/in/game.cpp: In function 'void MovePacman(Game*, Direction)': /in/game.cpp:360:33: error: 'elseif' was not declared in this scope elseif(scared%2==1)scared=10,damnit=1; ^~~~~~ /in/game.cpp: In function 'void MoveGhosts(Game*)': /in/game.cpp:436:9: error: continue statement not within a loop continue; ^~~~~~~~ /in/game.cpp:437:45: error: continue statement not within a loop if(scared>0 && scared%2==0 && damnit==1)continue; ^~~~~~~~
Information
- Submit By
- Type
- Submission
- Homework
- Lab 6: Pacman
- Language
- C++
- Submit At
- 2024-12-07 00:01:36
- Judged At
- 2024-12-07 00:01:36
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes