题解列表

筛选

P1000-题解(C语言代码)

摘要:没什么难的,不要被“自然数”吓到了,定义成int就可以A了 ```c #include int main() { int a,b; scanf("%d%d", &a,……