#include <stdio.h>

void main()

{
 while(1)
 {
  while(1)
  {
   while(1)
   {
    break;
   }
  } 
 }
 printf("ㅇㅇ");
}