标签:string 赋值 span int [] nbsp sys public pre
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=3; int y=x*x; System.out.println("x*x="+y); } }
标签:string 赋值 span int [] nbsp sys public pre
原文地址:https://www.cnblogs.com/zhuzehua/p/9669643.html