最赞回答 / L1Rui_
for ( int GJ = 0; GJ <= 20; GJ++) { for ( int MJ = 0; MJ <=33; MJ++) { for (int XJ = 0; XJ <= 300;XJ++ ) if (5 * GJ + 3 * MJ + XJ / 3.0 == 100&&GJ+MJ+XJ=...
2018-04-18
最新回答 / qq_慕的地6528064
这样 for (int i = 1; i < 100; i++) { Console.Write(i+"\t"); if (i%5==0) { Console.WriteLine() ; } }
2018-04-18
最新回答 / 粗实而夜雨
我复制了你的代码,重新跑了一遍发现的错误就是你的代码中有几个分号写成了中文的格式,你改下试试using System;using System.Collections.Generic;using System.Text;namespace Test{ class Program { static void Main(string[] args) { string boy = "秀丽";//男孩名字 ...
2018-04-16
最新回答 / 慕移动9181930
为什么和英文不好有关系,我也英文不咋滴,不过还能稍微能看懂猜一猜^_^,可能android刚出来的时候手机分辨率还很统一吧,还可以使用绝对布局,随着发展,现在手机屏幕分辨率太多,用他的话会出问题的
2018-04-15