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