#代碼 int line = 0; int sum = 0; Console.WriteLine("1-100不能被7整除的數(shù)字為:"); for (int i = 1; i...
![240](https://cdn2.jianshu.io/assets/default_avatar/6-fd30f34c8641f6f32f5494df5d6b8f3c.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
#代碼 int line = 0; int sum = 0; Console.WriteLine("1-100不能被7整除的數(shù)字為:"); for (int i = 1; i...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int i = 1; i <= n; ...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int i = 1; i <= n; ...
#代碼 try { Console.WriteLine("輸入數(shù)字"); int yi = 0; int er = 0; int san = 0; int cuowu = 0...
#代碼int[] points = { 18, 25, 7, 36, 13, 2, 89, 63 }; int min = points[0]; int index = 0;...
#代碼 try { Console.WriteLine("請(qǐng)輸入要四家店的價(jià)格"); int[] money=new int[4]; for (int i = 0; i < ...
#代碼 try { Console.WriteLine("請(qǐng)輸入會(huì)員本月的消費(fèi)記錄"); double[] money = new double[5]; double sum...
#編碼 string[] scores = { "Nike背包", "Adidas運(yùn)動(dòng)衫", "李寧運(yùn)動(dòng)鞋", "KAPPA外套", "361°腰包" }; for (int...
Console.WriteLine("輸入人數(shù)"); string str_a = Console.ReadLine(); try { int a = Convert.ToI...
Console.WriteLine("魔法師迷你游戲平臺(tái)>游戲點(diǎn)擊率"); int a = 0; //"a"為點(diǎn)擊率>100的數(shù)量 for (int ...
#編碼 Console.WriteLine("游戲幣支付"); Console.WriteLine(@"游戲類(lèi)型: 1.牌類(lèi) 2.休閑競(jìng)技類(lèi)"); string xuanzh...
#編碼 Console.WriteLine("玩游戲晉級(jí)"); int b=1;//局?jǐn)?shù) int c=0;//80分次數(shù) do...
#代碼 Console.WriteLine("歡迎進(jìn)入魔法師迷你游戲平臺(tái)"); Console.WriteLine("請(qǐng)選擇您喜愛(ài)的游戲:"); Console.WriteL...
int temp, i, j; for (i = 1; i < 10; i++) { for (j = 1; j <= i; j++) { temp = j * i; if ...
#代碼 for (int i = 1; i <= 9; i++) { for (int X = 1; X<= i; X++) { Console.Write("{0}*{1}...
#代碼Console.WriteLine("輸入一個(gè)數(shù)字"); int num = Convert.ToInt32(Console.ReadLine()); for (int...
#代碼 string strNumber = ""; int max = 0; while (strNumber != "fuck") { Console.WriteLine...
圖片發(fā)自簡(jiǎn)書(shū)App#代碼 string strNumber=""; do { Console.WriteLine("請(qǐng)輸入數(shù)字"); strNumber = Console....
#代碼 string name = ""; string pwd = ""; do { Console.WriteLine("請(qǐng)輸入用戶(hù)名"); name = Console...
#代碼Console.WriteLine("輸入班級(jí)人數(shù)"); int a = Convert.ToInt32(Console.ReadLine()); int i = 0;...