100道时分秒的加减法题
答案:2 悬赏:80 手机版
解决时间 2021-02-01 10:36
- 提问者网友:眉目添风霜
- 2021-02-01 02:15
100道时分秒的加减法题
最佳答案
- 五星知识达人网友:行路难
- 2021-02-01 03:37
1) 4/14+8/14=6/7 2) 7/10+2/10=9/10 3) 4/7-3/7=1/7 4) 3/14+7/14=5/7 5) 4/11+5/11=9/11 6) 4/15+2/15=2/5 7) 9/10-3/10=6/10 8) 7/13+5/13=12/13 9) 6/13+5/13=11/13 10) 2/8+3/8=5/8 11) 9/13-9/13=0 12) 9/13+3/13= 12/13 13) 11/12-4/12=7。
全部回答
- 1楼网友:零点过十分
- 2021-02-01 04:26
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,i,j;
for(a=0;a<10;a++)
{
i = 100.0*rand()/(rand_max+1.0);
j = 100.0*rand()/(rand_max+1.0);
printf("%d + %d = \n",i,j);
}
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯