简易,易懂 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>int main(){ int a,b,c; for (int i=100; i<1…… 题解列表 2024年12月04日 5 点赞 0 评论 1374 浏览 评分:0.0
1016: [编程入门]水仙花数判断 摘要:解题思路:注意事项:参考代码:for i in range(100,1000): i1=i2=i3=0 i1=(int)(i/100) …… 题解列表 2025年01月20日 1 点赞 0 评论 1084 浏览 评分:0.0