QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#288112 | #5817. 小学生数学题 | 13431346214 | 0 | 0ms | 3696kb | C++14 | 293b | 2023-12-21 22:20:53 | 2023-12-21 22:20:54 |
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: ''