Wrong Answer
/in/lab7.cpp: In member function 'virtual Move MyBrain::judge()': /in/lab7.cpp:482:15: warning: variable 'a' set but not used [-Wunused-but-set-variable] CTank a = game->getTankA(); ^ /in/lab7.cpp:483:15: warning: variable 'b' set but not used [-Wunused-but-set-variable] CTank b = game->getTankB(); ^
Information
- Submit By
- Type
- Submission
- Homework
- Lab 7 Task 1 (initialize, move, turn)
- Language
- C++
- Submit At
- 2021-12-09 16:05:58
- Judged At
- 2021-12-09 16:05:58
- Judged By
- Score
- 40
- Total Time
- 52ms
- Peak Memory
- 460.0 KiB