QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#96001 | #973. Composite Sequence | LoverInTime | WA | 2ms | 3344kb | C++20 | 731b | 2023-04-12 20:12:53 | 2023-04-12 20:12:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3344kb
input:
2 5 7
output:
Yes
result:
ok "Yes"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3312kb
input:
1 97
output:
No
result:
ok "No"
Test #3:
score: 0
Accepted
time: 1ms
memory: 3320kb
input:
1 97
output:
No
result:
ok "No"
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3308kb
input:
3 1 1 1
output:
Yes
result:
wrong answer 1st words differ - expected: 'No', found: 'Yes'