QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#681903 | #3573. Joint Venture | MaMengQi | Compile Error | / | / | C++98 | 1.2kb | 2024-10-27 12:50:42 | 2024-10-27 12:50:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:7: error: expected nested-name-specifier before ‘ll’ 4 | using ll = long long; | ^~ answer.code:5:7: error: expected nested-name-specifier before ‘PII’ 5 | using PII = pair<int, int>; | ^~~