QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#742072 | #8932. Bingo | ucup-team3774# | Compile Error | / | / | C++23 | 13.9kb | 2024-11-13 15:47:31 | 2024-11-13 15:47:39 |
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); | ^~~~