🌈 搜索
📅  最后修改于: 2022-03-11 14:48:50.747000             🧑  作者: Mango
//two digit number int num = 12; int ones = num % 10; int tens = num /10;