QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#141342 | #6852. Escape The Maze | qsceszthn# | Compile Error | / | / | C++14 | 2.7kb | 2023-08-17 10:56:17 | 2023-08-17 10:56:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:96:3: error: ‘cin’ was not declared in this scope 96 | cin.tie(0)->sync_with_stdio(false); | ^~~ answer.code:3:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’? 2 | #include <cstring> +++ |+#include <iostream> 3 | answer.code:119:7: error: ‘cout’ was not declared in this scope 119 | cout << f[rt] << '\n'; | ^~~~ answer.code:119:7: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?