摘要: class Program { static void Main(string[] args) { int a = int.Parse(Console.ReadLine()); int b = int.Parse(Console.ReadLine()); a = a < 0 ? -a ... 阅读全文
posted @ 2014-09-24 09:15 大大大大大米饭 阅读(183) 评论(0) 推荐(0)