#include<stdio.h>
  #include<math.h>
  void main()
 {
      int a;
      int b = 1;
      for(a=0; a<10; a++)
      {
10           printf(\"helloworld\\n\");
11       }
12   }
지금 몇개가 적용이 안되는데 아 왜 이럴깡 ㅡㅡ;