using System;
class Demo {
static void Main() {
int a = 20, b = 70, c = 40, d = 90;
Console.WriteLine("{0} {1} {2} {3}", a, b, c, d);
}
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265905.html
using System;
class Demo {
static void Main() {
int a = 20, b = 70, c = 40, d = 90;
Console.WriteLine("{0} {1} {2} {3}", a, b, c, d);
}
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/265905.html