编辑代码

class Main {
	public static void main(String[] args) {
       int i=144;
       System.out.println("余数="+i%55); 
	}
}