2 lines
36 B
Java
2 lines
36 B
Java
|
|
System.out.println(Math.pow(0, 0));
|
|
|
System.out.println(Math.pow(0, 0));
|