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