QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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