QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#318228 | #6396. Puzzle: Kusabi | Matiego | Compile Error | / | / | C++17 | 3.2kb | 2024-01-30 19:21:17 | 2024-01-30 19:21:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool dfs(int, int, int)’: answer.code:94:29: error: ‘ustawion’ was not declared in this scope; did you mean ‘ustawione’? 94 | if (ustawion) return false; | ^~~~~~~~ | ustawione answer.code:101:19: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = std::pair<int, int>; _Alloc = std::allocator<std::pair<int, int> >; size_type = long unsigned int]’ (did you forget the ‘()’ ?) 101 | if (wyzej.size == nizej.size()) return true; | ~~~~~~^~~~ | ()