Easy problems solved on 2024-11-12
This commit is contained in:
3
astackofgold.py
Normal file
3
astackofgold.py
Normal file
@@ -0,0 +1,3 @@
|
||||
w, s = map(int, input().split())
|
||||
c = s * (s + 1) / 2
|
||||
print(int((w - (c * 29260)) / 110))
|
||||
Reference in New Issue
Block a user