QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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>’?