#205

by XIZCM

Submitted 3 years 1 day ago
Sat Apr 24 17:37:08 CST 2021
Judger: judger1
Dataset Version: v0

34 ms / 35600 KB
Final 53
Problem: fun21.density
Language: Python 3


#1

27ms / 35344KB / Restrict Function
Input
8
Output

												
Answer

												
Checker Information
Illegal Call Id:23

#2

28ms / 35600KB / Restrict Function
Input
16
Output

												
Answer

												
Checker Information
Illegal Call Id:23

#3

30ms / 35136KB / Restrict Function
Input
32
Output

												
Answer

												
Checker Information
Illegal Call Id:23

#4

29ms / 8764KB / Point
Input
128
Output

												
Answer
1
Checker Information
6 Rank: B, Score 6. Density=292.00. Delta=164.00

#5

29ms / 8884KB / Point
Input
233
Output

												
Answer
1
Checker Information
8 Rank: A, Score 8. Density=296.00. Delta=63.00

#6

30ms / 8808KB / Point
Input
262
Output

												
Answer
1
Checker Information
10 Rank: S, Score 10. Density=284.00. Delta=22.00

#7

25ms / 8800KB / Point
Input
262.144
Output

												
Answer
1
Checker Information
8 Rank: A, Score 8. Density=338.00. Delta=75.86

#8

25ms / 8808KB / Point
Input
666.66
Output

												
Answer
1
Checker Information
6 Rank: B, Score 6. Density=338.00. Delta=328.66

#9

28ms / 8816KB / Point
Input
1024.996
Output

												
Answer
1
Checker Information
4 Rank: C, Score 4. Density=304.00. Delta=721.00

#10

34ms / 8836KB / Point
Input
1888.88
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=252.00. Delta=1636.88

#11

26ms / 8812KB / Point
Input
2048
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=326.00. Delta=1722.00

#12

29ms / 8816KB / Point
Input
4096
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=293.00. Delta=3803.00

#13

33ms / 8812KB / Point
Input
10000
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=259.00. Delta=9741.00

#14

30ms / 8820KB / Point
Input
12345
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=284.00. Delta=12061.00

#15

27ms / 8772KB / Point
Input
20000
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=313.00. Delta=19687.00

#16

33ms / 8824KB / Point
Input
100000
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=259.00. Delta=99741.00

#17

32ms / 8884KB / Point
Input
114514
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=269.00. Delta=114245.00

#18

28ms / 8836KB / Point
Input
191981.0
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=304.00. Delta=191677.00

#19

30ms / 8836KB / Point
Input
200000
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=285.00. Delta=199715.00

#20

31ms / 8828KB / Point
Input
262000
Output

												
Answer
1
Checker Information
1 Rank: D, Score 1. Density=275.00. Delta=261725.00
import time
t=time.time()
d=float(input())
s = ' ' * max((d*150-8844)*1024,0)
time.sleep(0.15-(time.time()-t))
This language doesn't require compilation.