2021-05-01

//

// Source code recreated from a .class file by IntelliJ IDEA

// (powered by FernFlower decompiler)

//

package edu.xcdq;

public class Main {

public Main() {

}

public static void main(String[] args) {

System.out.println(3.1415926D);

Ball football = new Ball();

System.out.println(3.1415926D);

new Ball();

System.out.println(3.1415926D);

Ball.daqi();

}

}

你可能感兴趣的:(2021-05-01)