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