QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#289651 | #7857. (-1,1)-Sumplete | ucup-team162# | Compile Error | / | / | C++20 | 2.2kb | 2023-12-23 20:43:12 | 2023-12-23 20:43:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:5:45: error: expected primary-expression before ‘)’ token 5 | #define FOR(i, a, b) for(int i = (a); i < (b); i++) | ^ answer.code:136:17: note: in expansion of macro ‘FOR’ 136 | FOR (i, 0, ) | ^~~ answer.code:137:9: error: expected primary-expression before ‘}’ token 137 | } | ^