2011年9月6日
摘要: using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;namespace Timus_Online{ class ProductOfDigits { static void Main() { string[] input = Console.In.ReadToEnd().Split(new char[] { ' ', '\t', '\n', '\r' }, StringSp 阅读全文
posted @ 2011-09-06 17:56 Mathida 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.IO; 5 using System.Text; 6 using System.Text.RegularExpressions; 7 8 namespace Timus_Online 9 {10 class StonePiles11 {12 static void Main()13 {14 string[] input = Console.In.... 阅读全文
posted @ 2011-09-06 14:14 Mathida 阅读(161) 评论(0) 推荐(0) 编辑