QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#542511 | #8937. Stage: Agausscrab | ucup-team3640# | Compile Error | / | / | C++23 | 988b | 2024-09-01 02:11:54 | 2024-09-01 02:11:55 |
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:50:8: error: ‘println’ is not a member of ‘std’; did you mean ‘rintl’? 50 | std::println("Stage: {}", ans); | ^~~~~~~ | rintl