#!/usr/bin/env python3
from distdrone3 import motion
motion.centersearch(int(raw_input("size? ")))
