QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ~~~~~~^~~~ | ()