QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#377339#2933. Sequinary NumeralsMaMengQiCompile Error//C++20830b2024-04-05 12:37:252024-04-05 12:37:25

Details

answer.code: In function ‘void slove()’:
answer.code:20:17: error: ‘pow’ was not declared in this scope
   20 |         ll rr = pow(2, n - 1);
      |                 ^~~