QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#742066 | #8932. Bingo | ucup-team3774# | Compile Error | / | / | C++17 | 13.9kb | 2024-11-13 15:46:32 | 2024-11-13 15:46:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::string tostring(const Bigint&)’: answer.code:424:16: error: ‘itoa’ was not declared in this scope 424 | res += itoa(v.z[i], c, 10); | ^~~~