← Back to List

16600번: Contemporary Art ↗

Solutions

Python 3
46 B | 46 chars
from math import *
print(sqrt(int(input()))*4)