题解列表

筛选

简单的事情 (C语言代码)

摘要:解题思路: 公式。注意事项:注意范围。参考代码:#include<stdio.h>long long count(int n){ int i; long long s=1; for(i=n;i>0;i……