기타 강좌

#include <stdlib.h>
#include <time.h>
#include <iostream.h>

int main() {
 srand(time(NULL));    //초기화
 cout<<rand();               //출력
 return 0;
}

Who's 자라

?

http://rpgcreators.wo.ro
자라입니다.