//
// 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();
}
}