public class HelloWorld {? ? public static void main(String[] args) { int m ; int n ;? ? ? ? int q ;? ? ? ? int w ; int m-n=9;? ? ? ? int m+q=12;? ? ? ? int n+w=2;? ? ? ? int q-w=14; System.out.println("m"); System.out.println("n");? ? ? ? System.out.println("q");? ? ? ? System.out.println("w"); }}就是求出來 q w ?m ?n ? 求大神幫我把答案弄出來,感激不盡
添加回答
舉報
0/150
提交
取消