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