QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#149009#3531. Prime or numberMaMengQiCompile Error//C++231020b2023-08-23 21:44:052023-08-23 21:44:06

Details

answer.code: In function ‘void solve()’:
answer.code:32:22: error: expected ‘;’ before ‘}’ token
   32 |     else cout<<"No\n"
      |                      ^
      |                      ;
   33 | }
      | ~                     
answer.code: In function ‘int main()’:
answer.code:46:6: error: expected ‘}’ at end of input
   46 |     }
      |      ^
answer.code:34:14: note: to match this ‘{’
   34 | signed main(){
      |              ^