QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#208619#5749. Directed Vertex CactiHuangHanShengCompile Error//C++14379b2023-10-09 19:25:132023-10-09 19:25:13

詳細信息

answer.code: In function ‘long long int C(long long int, long long int)’:
answer.code:11:21: error: ‘qpow’ was not declared in this scope; did you mean ‘pow’?
   11 |         return ans1*qpow(ans2,mod-2)%mod;
      |                     ^~~~
      |                     pow