var a = rand 1 to 3
var b = rand 1 to 3

if a==1 && b==1
무승부
else if a==1 && b==2
a승리
else if a==1 && b==3
a패배

ㅁㅌㅊ?