QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#685636#8022. Walkerucup-team4645Compile Error//C++233.3kb2024-10-28 20:31:292024-10-28 20:31:30

Details

answer.code: In function ‘void solve()’:
answer.code:67:9: error: ‘xx’ was not declared in this scope
   67 |         xx = (av * (2.0 * (b - a) + n - b) - 2.0 * a * bv) / (2.0 * av + bv);
      |         ^~