题解列表

筛选

我美吗!

摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <math.h> int main() {  int a[100],n,sum;  while(scan……