#include void main() { int a; DONGU: if (a>10) goto son; printf("%d",a); a++; goto DONGU; son: }