QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#202090 | #2919. Subprime | MaMengQi | Compile Error | / | / | C++98 | 897b | 2023-10-05 19:16:45 | 2023-10-05 19:16:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int countprimeswithsubstring(int, int, std::string)’: answer.code:25:29: error: ‘to_string’ was not declared in this scope 25 | string numStr = to_string(num); | ^~~~~~~~~