요우의 내맘대로 블로그
#include "stdio.h" #include "stdlib.h" //랜덤 값 뽑아주는 라이브러리 사용을 위해 stdlib.h 포함시킨다. void main() { int i; srand(time(NULL)); for(i = 0; i