摘要: 阅读全文
posted @ 2018-10-08 01:01 哪嘎有猴 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 编程: #include<stdio.h>#include<Windows.h>#include<time.h>void main() { int a, b, c, d,i,m,n; float p, q; srand(unsigned( time(NULL))); for (i = 0; i < 阅读全文
posted @ 2018-10-08 00:32 哪嘎有猴 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 编程: #include <iostream>int main(){ int a[10]; int b[5]; int i,j,t; printf("输入17个数:\n"); for(i=0;i<17;i++) scanf("%d",&a[i]); getchar(); b[0]=a[0]+a[1] 阅读全文
posted @ 2018-10-08 00:25 哪嘎有猴 阅读(125) 评论(1) 推荐(0) 编辑
摘要: 编码: #include<iostream.h>#include<stdlib.h>#include<time.h>int main(){ int x,y,z,t; srand(time(NULL)); cout<<"四则运算题"<<endl; for(int i=0;i<30;i++) { x=r 阅读全文
posted @ 2018-10-08 00:12 哪嘎有猴 阅读(142) 评论(0) 推荐(0) 编辑