QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#928543 | #7033. Resistors in Parallel | GuanYunChang | WA | 12ms | 8960kb | Python3 | 3.7kb | 2025-03-08 13:48:11 | 2025-03-08 13:48:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 12ms
memory: 8960kb
input:
3 10 100 1000
output:
1.0/2.0 5.0/12.0 35.0/96.0
result:
wrong answer 1st lines differ - expected: '1/2', found: '1.0/2.0'