QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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){ | ^~~