QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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'