viewing paste Unknown #29592 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
crystilia.gat,71,85,5   script  小雨虐人    70,{
 
        mes "[ ^00BBFF小雨虐人^000000 ]";
        mes "請輸入數字";
        next;
        input @TsRoput;
    for(set .@i,1;.@i<=@TsRoput;set .@i,.@i+1){
        next;
        for(set .@j,1;.@j<=@TsRoput;set .@j,.@j+1)mes .@i + " * " + .@j + " = " + .@i*.@j;
}
    close;
}
Viewed 1043 times, submitted by Guest.