class Main { public static void main(String[] args) { //实训内容:3 大数据2 9 郑林鸿 int a=144; System.out.println("余数="+a%55); } }