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