Discuss / Java / 简洁

简洁

Topic source

heihei你猜

#1 Created at ... [Delete] [Delete and Lock User]
public class Main {
    public static void main(String[] args) {

        if (Math.abs(average - 77.733333) < 0.000001) {
            System.out.println("测试成功");
        } else {
            System.out.println("测试失败");
        }
    }
}

xiao伟iii

#2 Created at ... [Delete] [Delete and Lock User]

HAHA...你这也太简洁了...


  • 1

Reply