Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
52757 112 数学,很美妙吧 C++ 运行出错 0 0 MS 244 KB 439 2022-07-20 11:52:01

Tests(0/10):


//math #include <bits/stdc++.h> using namespace std; typedef unsigned long long ll; ll n,m,k,mo=1000000007,f; inline ll qp(int a,int b) { //int ans=1; while(a&1) { if(b&1) a*=a%mo; a/=b%mo; } return a; } inline ll fac(int n) { ll ans=1; for(int i=2; i<=n; i++) ans*=i; return ans; } int main() { cin>>n>>k>>m; f=((fac(m)/fac(m-n))/fac(n))/2; cout<<100<<endl; return 0; }


测评信息:

输入

92 13 92

输出

                    

答案

898095681

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

98 35 96

输出

                    

答案

613070147

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

96 29 100

输出

                    

答案

790963342

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

382 140 374

输出

                    

答案

40757594

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

390 116 386

输出

                    

答案

318109043

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

940 381 915

输出

                    

答案

233466432

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

928 42 928

输出

                    

答案

336022460

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

4923 513 4832

输出

                    

答案

964575903

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

4549 680 4500

输出

                    

答案

869958873

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0

输入

4553 1356 4646

输出

                    

答案

796474874

检查日志

Runtime Error:Floating point exception

系统信息

exit code: 0, checker exit code: 0