题解 | #实践出真知#
实践出真知
http://www.nowcoder.com/practice/9273504dbe6f4c5a92b75854faca5f45
using System;
namespace A
{
class A
{
static void Main(string[] args)
{
Console.WriteLine("Practice makes perfect!");
}
}
}