baekjoon 20260412
This commit is contained in:
parent
120de20769
commit
46ff9fcf5e
2
code_study/Baekjoon/python/4766.py
Normal file
2
code_study/Baekjoon/python/4766.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
temp = list(map(float, iter(input, "999")))
|
||||||
|
print("\n".join([f"{temp[i+1]-temp[i]:.2f}" for i in range(len(temp)-1)]))
|
||||||
Loading…
x
Reference in New Issue
Block a user