统计立方数 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(void){ long j,n,count=0; scanf("%ld",&n); while(n…… 题解列表 2017年12月01日 0 点赞 0 评论 857 浏览 评分:6.0