QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#321161#7762. 数据库alch07#Compile Error//C++20870b2024-02-04 05:42:322024-07-04 03:22:37

Details

answer.code: In function ‘int main()’:
answer.code:34:9: error: ‘ll’ was not declared in this scope; did you mean ‘l’?
   34 |         ll sum = 0;
      |         ^~
      |         l
answer.code:37:17: error: ‘sum’ was not declared in this scope
   37 |                 sum += w[k[i]-1];
      |                 ^~~
answer.code:40:17: error: ‘sum’ was not declared in this scope
   40 |         cout << sum << endl;
      |                 ^~~
answer.code:42:33: error: expected ‘;’ before ‘}’ token
   42 |         cout << "Eat mor chickn"
      |                                 ^
      |                                 ;
   43 |     }
      |     ~