5 lines
89 B
Java
5 lines
89 B
Java
int Δ = 1;
|
|
double π = 3.141592;
|
|
String 你好 = "hello";
|
|
Δ++;
|
|
System.out.println(Δ);
|