Comment detail

年間カレンダー (Nested Flatten)

This comment is reply for 5051 SiroKuro: 標準出力へ。 ========= ...(年間カレンダー). Go to thread root.

何となく修正
1
2
3
4
5
6
7
8
9
--- calendar.cs.old     Sun Dec 30 10:22:50 2007
+++ calendar.cs Sun Dec 30 18:23:04 2007
@@ -6,10 +6,8 @@
-            Console.WriteLine("SUN MON TUE WED THR FRI SAT");
-            for(int i = 0; i < week; i++) {
-                Console.Write("    ");
-            }
+            Console.WriteLine("SUN MON TUE WED THU FRI SAT");
+            Console.Write    ("                           ".Substring(0, week * 4));

Index

Feed

Other

Link

Pathtraq

loading...