QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515260#4880. Network TransferMaMengQiWA 2ms14228kbC++203.9kb2024-08-11 16:34:382024-08-11 16:34:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 14168kb

input:

2 10
0 100 2
4 200 1

output:

13.000000000000
30.000000000000

result:

ok 2 numbers

Test #2:

score: 0
Accepted
time: 2ms
memory: 14228kb

input:

2 10
30 200 1
10 100 2

output:

50.000000000000
20.000000000000

result:

ok 2 numbers

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 13848kb

input:

1 10000000
0 1 42

output:


result:

wrong output format Unexpected end of file - double expected