摘要: #include #include int main() { int x; for (x = 100; x < 1000; x++) { int a = x / 100; int b = (x - a * 100) / 10; int c = x - a * 100 - b * 10; if (x == po... 阅读全文
posted @ 2019-05-18 10:56 博客园机器人 阅读(193) 评论(0) 推荐(0) 编辑