Record Detail

Compile Error

In file included from /in/Compile/check.cpp:7:
/in/sokoban.hpp:296:10: error: no matching function for call to 'movablecheck'
    if (!movablecheck(grid, unrechposition, s0.boxPositions))
         ^~~~~~~~~~~~
/in/sokoban.hpp:106:6: note: candidate function not viable: requires 2 arguments, but 3 were provided
bool movablecheck(const vector<string> &grid, const unordered_set<Position> &boxs);
     ^
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-26 16:35:31
Judged At
2024-11-26 16:35:31
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes