QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#282692 | #73. Minerals | znstz | Compile Error | / | / | C++20 | 108b | 2023-12-12 19:42:36 | 2023-12-12 19:42:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solve(int)’: answer.code:4:3: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’? 4 | cout<<"Accepted: 1\n"; | ^~~~ | std::cout In file included from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:75, from answer.code:2: /usr/include/c++/11/iostream:61:18: note: ‘std::cout’ declared here 61 | extern ostream cout; /// Linked to standard output | ^~~~