Record Detail

Compile Error

In file included from /in/Compile/check.cpp:7:
/in/sokoban.hpp:351:34: error: too many arguments to function call, expected single argument 'box', have 2 arguments
            if (is_deadlock(box, state)) {
                ~~~~~~~~~~~      ^~~~~
/in/sokoban.hpp:325:5: note: 'is_deadlock' declared here
    bool is_deadlock(const Position& box) {
    ^
1 error generated.
/in/Compile/Makefile:16: recipe for target 'main' failed
make: *** [main] Error 1

Information

Submit By
Type
Submission
Homework
Project3
Language
C++
Submit At
2024-11-27 11:06:42
Judged At
2024-11-27 11:06:42
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes