QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#323595#7903. Computational Intelligenceucup-team254TL 1ms4180kbC++203.5kb2024-02-10 04:08:382024-02-10 04:08:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 4180kb

input:

3
0 0 1 0
0 0 1 0
0 0 1 0
0 0 0 1
0 0 1 0
0 1 1 1

output:

0.333333333333
0.765195716587
1.076635732910

result:

ok 3 numbers

Test #2:

score: -100
Time Limit Exceeded

input:

3
0 1 0 0
0 -1 0 2
0 0 1 0
2 0 -1 0
-1000 0 0 999
0 -998 999 0

output:


result: