QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#725984 | #973. Composite Sequence | HuangHanSheng | WA | 1ms | 3652kb | C++20 | 2.8kb | 2024-11-08 21:04:46 | 2024-11-08 21:04:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3624kb
input:
2 5 7
output:
Yes
result:
ok "Yes"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3652kb
input:
1 97
output:
No
result:
ok "No"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
1 97
output:
No
result:
ok "No"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3588kb
input:
3 1 1 1
output:
Yes
result:
wrong answer 1st words differ - expected: 'No', found: 'Yes'