竞赛讨论区 > 为什么一直都是90%通过
头像
戚中一Clément🐶
发布于 2021-03-24 17:00
+ 关注

为什么一直都是90%通过

import java.util.Scanner;

public class Main{
    public static void main(String[] args){
        Scanner sc = new Scanner(System.in);
        int a = sc.nextInt();
        int b = sc.nextInt();
        System.out.printf("%.3f",(double)a/b);
    }
}


全部评论

(2) 回帖
加载中...
话题 回帖

本文相关内容

等你来战

查看全部

热门推荐