QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#215131 | #5615. Two Charts Become One | GuanYunchang | WA | 3ms | 14536kb | C++17 | 1.3kb | 2023-10-15 03:31:08 | 2023-10-15 03:31:08 |
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: 14536kb
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: 3ms
memory: 14324kb
input:
11 ( 10 ) ( 12 ) 11(10(12))
output:
Yes
result:
wrong answer 1st lines differ - expected: 'No', found: 'Yes'