QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#414383#6748. Spin the WheelMaMengQiCompile Error//C++17369b2024-05-18 22:28:172024-05-18 22:28:17

Details

answer.code: In function ‘int main()’:
answer.code:19:26: error: ‘a’ was not declared in this scope
   19 |                 int k = (a[1]-a[0]+n)%n;
      |                          ^