QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#288112#5817. 小学生数学题134313462140 0ms3696kbC++14293b2023-12-21 22:20:532023-12-21 22:20:54

Judging History

你现在查看的是最新测评结果

  • [2023-12-21 22:20:54]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:3696kb
  • [2023-12-21 22:20:53]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
int const maxn=2e7+10;
long long n,k,p,q,a[maxn]; 
long long cj(long long a){
	long long sum=1;
	for(int i=1;i<=a-1;i++){
		sum*=i;
	}
	return sum;
}
int main()
{
	cin>>n>>k;
	a[1]=1;
	for(int i=2;i<=n;i++){
		
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3684kb

input:

9450395 1

output:


result:

wrong answer 1st lines differ - expected: '688545438', found: ''

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3668kb

input:

8978812 1

output:


result:

wrong answer 1st lines differ - expected: '334565356', found: ''

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 3624kb

input:

8944235 1

output:


result:

wrong answer 1st lines differ - expected: '982802915', found: ''

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 3660kb

input:

7081118 3

output:


result:

wrong answer 1st lines differ - expected: '599009773', found: ''

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 3536kb

input:

7904241 3

output:


result:

wrong answer 1st lines differ - expected: '871243720', found: ''

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 3460kb

input:

9921275 3

output:


result:

wrong answer 1st lines differ - expected: '549818101', found: ''

Test #7:

score: 0
Wrong Answer
time: 0ms
memory: 3596kb

input:

17575748 14135489

output:


result:

wrong answer 1st lines differ - expected: '69236780', found: ''

Test #8:

score: 0
Wrong Answer
time: 0ms
memory: 3548kb

input:

19858362 14822524

output:


result:

wrong answer 1st lines differ - expected: '239890381', found: ''

Test #9:

score: 0
Wrong Answer
time: 0ms
memory: 3608kb

input:

18848696 15530895

output:


result:

wrong answer 1st lines differ - expected: '88125041', found: ''

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 3696kb

input:

17787945 13890407

output:


result:

wrong answer 1st lines differ - expected: '989967864', found: ''