摘要:
翻译 Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a benefi 阅读全文
摘要:
#include <stdio.h>#include <stdlib.h> void main(){ int a,b,i,j,k,g,z=0; int num[20][10]={{0},{0},{0},{0},{0},{0},{0},{0},{0},{0}}; int Max[20][2]={{0} 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; namespace FindTheNumber { class Program { static void Main(string[] args) { int [] 阅读全文