QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#822744 | #9902. 求和 | ucup-team4645 | Compile Error | / | / | C++23 | 1.1kb | 2024-12-20 16:12:14 | 2024-12-20 16:12:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:18:8: error: ISO C++ forbids declaration of ‘f’ with no type [-fpermissive] 18 | inline f(int o[]) | ^