QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#211931 | #2919. Subprime | ZhangYiDe | Compile Error | / | / | C++98 | 1.6kb | 2023-10-13 00:04:00 | 2023-10-13 00:04:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool ok(int, std::string)’: answer.code:53:17: error: ‘to_string’ was not declared in this scope 53 | string s = to_string(num); | ^~~~~~~~~