QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#455458#105. Simple gameZhaoZiLongCompile Error//C++232.2kb2024-06-26 14:29:592024-06-26 14:29:59

Details

answer.code: In function ‘int main()’:
answer.code:65:19: error: expected ‘;’ before ‘if’
   65 |             cin>>h
      |                   ^
      |                   ;
   66 |             if(x!=n){
      |             ~~