#include <stdio.h>

int main()

{

printf("시작이다");

return 0;

}