QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#653818 | #9313. Make Max | ZhangYiDe | Compile Error | / | / | C++23 | 3.1kb | 2024-10-18 20:41:40 | 2024-10-18 20:41:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:72:8: error: ISO C++ forbids declaration of ‘qry1’ with no type [-fpermissive] 72 | inline qry1(ll l,ll r,ll R,ll k,ll v) | ^~~~ answer.code:80:9: error: ISO C++ forbids declaration of ‘qry2’ with no type [-fpermissive] 80 | inline qry2(ll l,ll r,ll L,ll k,ll v) | ^~~~