QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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>; | ^~~