QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#224471#2933. Sequinary NumeralsHuangHanShengCompile Error//C++17654b2023-10-23 02:56:052023-10-23 02:56:06

详细

answer.code: In function ‘void solve()’:
answer.code:12:26: error: expected ‘;’ before ‘pow’
   12 |         num += (s[i]-'0')pow(3, p)(2LL << (32-p));
      |                          ^~~
      |                          ;