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