最新回答 / weixin_慕盖茨3053807
using System;using System.Collections.Generic;using System.Text;namespace Test{ class Program { static void Main(string[] args) { int a=8; int b=6; string test=a>b ? "a":"b"; Console.Wri...
2019-03-13
最新回答 / qq_精慕门2535300
using System;using System.Collections.Generic;using System.Text;namespace Test{ class Program { static void Main(string[] args) { for (int y = 1; y <= 7; y++) { for (int x = 1; x ...
2019-03-03