求尽早答复,谢谢
three=one+two;
System.out.println(three);
three+=one;
three-=one;
three*=one;
three/=one;
three%=one;