#include<stdio.h>
int main(void)
{
int a = 892;
printf("%o %x",a,a);
return 0;
}
이거 실행하는데 빌드에서 기간이 만료?? 이런거 뜨더니 cmd화면에는 아무것도 안뜨고 cmd창도 꺼지질않아요;; 왜이런거죠