查找特定的值 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); int num[10001…… 题解列表 2026年02月27日 1 点赞 0 评论 42 浏览 评分:10.0
#与圆相关的计算,python 摘要:解题思路:注意事项:参考代码:r = float(input())pi = 3.14159print(f"{2*r:.4f} {2*pi*r:.4f} {pi*r*r:.4f}")…… 题解列表 2026年03月06日 1 点赞 0 评论 25 浏览 评分:10.0