题解列表

筛选

我美吗!

摘要:解题思路:注意事项:参考代码:#include "stdio.h" int ctof(int c); int main() {  int c;  for(c=-100;c<=150;c+=5……

我美吗!

摘要:解题思路:注意事项:参考代码:#include "stdio.h" double fact(int n); double mypow(double x,int n); int main() {……