QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#98601 | #2919. Subprime | MaMengQi | Compile Error | / | / | C++17 | 825b | 2023-04-19 08:14:31 | 2023-04-19 08:14:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘bool contains(long long int, std::string)’: answer.code:30:55: error: expected unqualified-id before ‘-’ token 30 | return to_string(num).find(substr) != string::-1; | ^