QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#589867 | #1506. Jousting Tournament | 5un_xiaomivita_mbox | Compile Error | / | / | C++17 | 49b | 2024-09-25 20:24:22 | 2024-09-25 20:24:22 |
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:3:1: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’? 3 | cout<<114514; | ^~~~ | std::cout In file included from answer.code:1: /usr/include/c++/13/iostream:63:18: note: ‘std::cout’ declared here 63 | extern ostream cout; ///< Linked to standard output | ^~~~