QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#322381#4770. Binomial coefficientslmq26052003Compile Error//C++201.7kb2024-02-06 22:51:112024-02-06 22:51:11

詳細信息

answer.code: In lambda function:
answer.code:35:27: error: inconsistent types ‘long int’ and ‘long long int’ deduced for lambda return type
   35 |         if(n != 2) return -1LL;
      |                           ^~~~