Discuss / Java / AI答案~~~~~

AI答案~~~~~

Topic source

乐呵

#1 Created at ... [Delete] [Delete and Lock User]

public static void main(String[] args) {

int a = 72;

int b = 105;

int c = 65281;

// FIXME:

int x[] = {a,b,c};

String s = new String(x, 0, x.length);

System.out.println(s);

}


  • 1

Reply