QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#466690 | #2919. Subprime | ZhaoZiLong | Compile Error | / | / | C++98 | 1.1kb | 2024-07-08 02:26:56 | 2024-07-08 02:26:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:29:20: error: ‘to_string’ was not declared in this scope 29 | string x = to_string(ans[i]); | ^~~~~~~~~ answer.code:29:20: note: ‘std::to_string’ is only available from C++17 onwards