QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'