题解列表

筛选

发工资咯 (Java代码)

摘要:解题思路:注意事项:先取100面额的人民币,再依次降低面额参考代码:import java.util.Scanner;public class Main { public static void ma……