70分求跳
查看原帖
70分求跳
1142420
jinzhaoyuan2023楼主2025/1/13 20:50
import java.util.Scanner;
public class Main {
    public static void main(String[] args) {
        Scanner scanner = new Scanner(System.in);
        double a,b;
        a= scanner.nextInt();
        b = (a-32)/9*5;
        System.out.printf("%.5f",b);
    }
}

RE了三个点,用JAVA写的,求调

2025/1/13 20:50
加载中...