QOJ
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842597 | #9969. Kindergarten Square | 阿克曼猫树 (Mingyang Zhang, Junxiu Chen, Weiran Liu)# | Compile Error | / | / | C++17 | 1.5kb | 2025-01-04 13:37:29 | 2025-01-04 13:37:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void calc(int, std::pair<int, int>&)’: answer.code:30:32: error: expected ‘)’ before ‘;’ token 30 | void calc(int X,pr &Y){Y.x=(X-1;)/m+1,Y.y=(X-1)%m+1;} | ~ ^ | ) answer.code:30:33: error: expected primary-expression before ‘)’ token 30 | void calc(int X,pr &Y){Y.x=(X-1;)/m+1,Y.y=(X-1)%m+1;} | ^