QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#408457 | #6736. Alice and Bob | GuanYunchang | Compile Error | / | / | C++98 | 571b | 2024-05-10 12:54:11 | 2024-05-10 12:54:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:31:11: error: ‘a1’ was not declared in this scope; did you mean ‘y1’? 31 | cout<<a1(n)/2<<endl; | ^~ | y1