QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#215122 | #5615. Two Charts Become One | HuangHanSheng | WA | 0ms | 14548kb | C++17 | 1.2kb | 2023-10-15 03:22:09 | 2023-10-15 03:22:10 |
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: 0ms
memory: 14548kb
input:
11 (10) (12 (13) (17) (28)) 11 (12 (17) (28) (13)) (10)
output:
Yes
result:
ok single line: 'Yes'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 14292kb
input:
11 ( 10 ) ( 12 ) 11(10(12))
output:
Yes
result:
wrong answer 1st lines differ - expected: 'No', found: 'Yes'