rand 질문입니다!
보담
2023.04.01
-
미나
int temp;
while(1){
temp=rand()%3+1;
if(temp!=third)
break;
}
newchoice=temp;
보담
int temp;
while(1){
temp=rand()%3+1;
if(temp!=third)
break;
}
newchoice=temp;