QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#35768 | #973. Composite Sequence | larryzhong# | WA | 3ms | 3652kb | C++17 | 373b | 2022-06-19 08:12:20 | 2022-06-19 08:12:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3500kb
input:
2 5 7
output:
Yes
result:
ok "Yes"
Test #2:
score: 0
Accepted
time: 3ms
memory: 3572kb
input:
1 97
output:
No
result:
ok "No"
Test #3:
score: 0
Accepted
time: 3ms
memory: 3564kb
input:
1 97
output:
No
result:
ok "No"
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 3652kb
input:
3 1 1 1
output:
Yes
result:
wrong answer 1st words differ - expected: 'No', found: 'Yes'