摘要:
阅读全文
摘要:
编程: #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 < 阅读全文
摘要:
编程: #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] 阅读全文
摘要:
编码: #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 阅读全文