编辑代码

class Main {
	public static void main(String[] args) {
        int a= 144 , b= 55;
		System.out.println(a%=b);
	}
}