class Main { public static void main(String[] args) { int num=144; int yushu=num%55; System.out.println("yrshu:"+num%55); } }