QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#771412#5369. 时间旅行dongyc666Compile Error//C++171.6kb2024-11-22 12:39:242024-11-22 12:39:24

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;
      |               ^~~