#include <stdio.h>

main(int argc, char *argv[])
{
sleep(atoi(argv[1]));
}
