QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#294597 | #4824. Bracket-and-bar Sequences | ucup-team1223# | Compile Error | / | / | C++23 | 3.9kb | 2023-12-30 14:53:35 | 2023-12-30 14:53:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In lambda function: answer.code:24:13: error: expected primary-expression before ‘long’ 24 | #define int long long | ^~~~ answer.code:107:9: note: in expansion of macro ‘int’ 107 | int p=0; | ^~~ answer.code:106:22: error: expected ‘;’ before ‘long’ 106 | if(!n) return | ^ | ;