🌈 搜索
📅  最后修改于: 2022-03-11 14:52:43.612000             🧑  作者: Mango
int x = 30; int y = 8; int answer = x / y; System.out.println(answer);