题解列表

筛选

方砖问题 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int count1,count2;int f1(int l1,int l2){if(l2>l1){l2-=l1;count1++;}……

我美吗!

摘要:参考代码:#include <stdio.h> int main()                                 &nb

我美吗!

摘要:参考代码:#include <stdio.h> int gongyue(int x,int y) {  int t=1;  if(y>x)  {   t=y;y=x;x=t;  }  ……