QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#703729#9536. Athlete Welcome Ceremonyucup-team5207#Compile Error//C++203.0kb2024-11-02 18:21:062024-11-02 18:21:12

Details

answer.code: In function ‘int solve()’:
answer.code:32:31: error: expected ‘;’ before ‘string’
   32 |         ll mod = 1000000007;47
      |                               ^
      |                               ;
   33 |         string s;
      |         ~~~~~~                 
answer.code:34:16: error: ‘s’ was not declared in this scope
   34 |         cin >> s;
      |                ^