QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#78827#2933. Sequinary NumeralsHuangHanShengCompile Error//C++17547b2023-02-20 02:34:072023-02-20 02:34:07

Details

answer.code: In function ‘int main()’:
answer.code:17:18: error: ‘pow’ was not declared in this scope
   17 |         a += d * pow(2, i) * pow(3, n - i);
      |                  ^~~