public class A {
public static void main(String[] args) {
int x=2,y=5;
String z="5";
System.out.println(x+z+"x+z");
}
woshiajuana
相关分类