编辑代码

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