摘要:
using System; using System.Collections.Generic; using System.Text; namespace FindTheNumber { class Program { static void Main(string[] args) { int [] rg = {2,3,4,5,6,7... 阅读全文
摘要:
#include<stdlib.h>#include<time.h>#include<stdio.h>void main(){ int i ; int a; int b; int c;// 加1 减2 乘3 除4 int m; int p; int q;Loop:srand(time(NULL)); 阅读全文