QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#657841 | #6304. Rectangle | ucup-team4645# | Compile Error | / | / | C++23 | 1.4kb | 2024-10-19 15:33:42 | 2024-10-19 15:33:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int Query(long long int, long long int)’: answer.code:18:16: error: expected primary-expression before ‘?’ token 18 | std::cout<<?<<' '<<x<<' '<<y<<std::endl; | ^ answer.code:18:17: error: expected primary-expression before ‘<<’ token 18 | std::cout<<?<<' '<<x<<' '<<y<<std::endl; | ^~ answer.code:18:44: error: expected ‘:’ before ‘;’ token 18 | std::cout<<?<<' '<<x<<' '<<y<<std::endl; | ^ | : answer.code:18:44: error: expected primary-expression before ‘;’ token