QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#735681 | #973. Composite Sequence | GuanYunchang | WA | 1ms | 3868kb | C++23 | 1.3kb | 2024-11-11 21:15:12 | 2024-11-11 21:15:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3812kb
input:
2 5 7
output:
Yes
result:
ok "Yes"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3788kb
input:
1 97
output:
No
result:
ok "No"
Test #3:
score: 0
Accepted
time: 1ms
memory: 3824kb
input:
1 97
output:
No
result:
ok "No"
Test #4:
score: 0
Accepted
time: 1ms
memory: 3752kb
input:
3 1 1 1
output:
No
result:
ok "No"
Test #5:
score: 0
Accepted
time: 1ms
memory: 3804kb
input:
4 1 1 1 1
output:
Yes
result:
ok "Yes"
Test #6:
score: 0
Accepted
time: 1ms
memory: 3868kb
input:
5 1 1 1 1 1
output:
Yes
result:
ok "Yes"
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 3808kb
input:
2 1 2
output:
Yes
result:
wrong answer 1st words differ - expected: 'No', found: 'Yes'