int main() { // 要求(a+b) 向上取整 (a + b - 1)/ b return 0; }
int main() { //当a 是负数,b是正数,要求 a%b 为正数时 (a % b + b) % b return 0; }