#include<stdio.h>
void main(void)
{
int x=0;
while(x<5);
printf("%d", x);
x++;
}
이거 맞는거야?
C4droid로 실행시켰는데 아무 반응이 없어;;