C语言训练-角谷猜想 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); while(n!=1) { …… 题解列表 2017年07月21日 3 点赞 0 评论 2257 浏览 评分:0.0