アットウィキロゴ

gsam15

public class tax{
public static void main(String[] args) {
double ep;
int x;
x=0;
ep=Math.random();
if (ep<0.33)x=-1;
if (ep>0.66)x=1;
System.out.println(x);
}
}
最終更新:2010年01月23日 21:29