QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#505606 | #3443. FreeCell | xiaowuc1 | AC ✓ | 48ms | 39756kb | Java8 | 1.9kb | 2024-08-05 06:24:22 | 2024-08-05 06:24:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 29ms
memory: 39364kb
input:
3 1 8
output:
yes
result:
ok single line: 'yes'
Test #2:
score: 0
Accepted
time: 29ms
memory: 37188kb
input:
3 1 9
output:
no
result:
ok single line: 'no'
Test #3:
score: 0
Accepted
time: 41ms
memory: 39612kb
input:
2 0 3
output:
yes
result:
ok single line: 'yes'
Test #4:
score: 0
Accepted
time: 43ms
memory: 39024kb
input:
3 4 52
output:
yes
result:
ok single line: 'yes'
Test #5:
score: 0
Accepted
time: 36ms
memory: 39492kb
input:
2 2 73
output:
no
result:
ok single line: 'no'
Test #6:
score: 0
Accepted
time: 34ms
memory: 36908kb
input:
1 3 40
output:
no
result:
ok single line: 'no'
Test #7:
score: 0
Accepted
time: 36ms
memory: 36924kb
input:
4 2 36
output:
no
result:
ok single line: 'no'
Test #8:
score: 0
Accepted
time: 35ms
memory: 37228kb
input:
1 1 53
output:
no
result:
ok single line: 'no'
Test #9:
score: 0
Accepted
time: 35ms
memory: 36912kb
input:
2 4 6
output:
yes
result:
ok single line: 'yes'
Test #10:
score: 0
Accepted
time: 40ms
memory: 38228kb
input:
0 4 2
output:
yes
result:
ok single line: 'yes'
Test #11:
score: 0
Accepted
time: 48ms
memory: 38056kb
input:
2 4 64
output:
no
result:
ok single line: 'no'
Test #12:
score: 0
Accepted
time: 32ms
memory: 38024kb
input:
0 3 11
output:
no
result:
ok single line: 'no'
Test #13:
score: 0
Accepted
time: 36ms
memory: 38428kb
input:
0 3 74
output:
no
result:
ok single line: 'no'
Test #14:
score: 0
Accepted
time: 35ms
memory: 39756kb
input:
4 3 30
output:
yes
result:
ok single line: 'yes'
Test #15:
score: 0
Accepted
time: 32ms
memory: 38092kb
input:
1 0 94
output:
no
result:
ok single line: 'no'
Test #16:
score: 0
Accepted
time: 41ms
memory: 37288kb
input:
1 3 51
output:
no
result:
ok single line: 'no'
Test #17:
score: 0
Accepted
time: 43ms
memory: 37096kb
input:
1 1 44
output:
no
result:
ok single line: 'no'
Test #18:
score: 0
Accepted
time: 39ms
memory: 37008kb
input:
4 1 0
output:
yes
result:
ok single line: 'yes'
Test #19:
score: 0
Accepted
time: 31ms
memory: 38088kb
input:
1 2 15
output:
no
result:
ok single line: 'no'
Test #20:
score: 0
Accepted
time: 37ms
memory: 37936kb
input:
2 2 19
output:
no
result:
ok single line: 'no'
Test #21:
score: 0
Accepted
time: 24ms
memory: 36788kb
input:
1 0 77
output:
no
result:
ok single line: 'no'
Test #22:
score: 0
Accepted
time: 36ms
memory: 38636kb
input:
3 2 15
output:
yes
result:
ok single line: 'yes'