2 lines
37 B
Python
2 lines
37 B
Python
|
print(int(float(inputStr)**2 / 100))
|
|
print(int(float(inputStr)**2 / 100))
|