QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51225 | #4633. Coprime Matrices | ZhangYiDe | Compile Error | / | / | C++11 | 1.2kb | 2022-10-01 14:48:20 | 2022-10-01 14:48:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:22:8: error: ISO C++ forbids declaration of ‘ckR’ with no type [-fpermissive] 22 | inline ckR(int x,int y){ | ^~~ answer.code:25:8: error: ISO C++ forbids declaration of ‘ckL’ with no type [-fpermissive] 25 | inline ckL(int x,int y){ | ^~~