QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#771412 | #5369. 时间旅行 | dongyc666 | Compile Error | / | / | C++17 | 1.6kb | 2024-11-22 12:39:24 | 2024-11-22 12:39:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘long long int calc()’: answer.code:37:1: warning: no return statement in function returning non-void [-Wreturn-type] 37 | } | ^ answer.code: In function ‘int main()’: answer.code:75:15: error: ‘res’ was not declared in this scope 75 | cout<<res<<endl; | ^~~