QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#679192#9528. New Energy Vehicleucup-team5207#Compile Error//C++202.1kb2024-10-26 17:05:422024-10-26 17:05:43

Details

answer.code: In function ‘int solve()’:
answer.code:93:3: error: expected ‘;’ before ‘ll’
   93 | 12
      |   ^
      |   ;
   94 |         ll res = pr_d;
      |         ~~
answer.code:99:17: error: ‘res’ was not declared in this scope
   99 |                 res += cur_cap;
      |                 ^~~
answer.code:101:17: error: ‘res’ was not declared in this scope
  101 |         cout << res << '\n';
      |                 ^~~