Comment detail

LL Golf Hole 3 - 13日の金曜日を数え上げる (Nested Flatten)

This comment is reply for 6998 匿名: 毎月の 13 日が金曜かどうかを調べ上げ...(LL Golf Hole 3 - 13日の金曜日を数え上げる). Go to thread root.

数の出力が抜けてました。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
bash.exe -c "diff -u old/Count13Friday.java Count13Friday.java"
--- old/Count13Friday.java      2008-08-06 18:51:31.343750000 +0900
+++ Count13Friday.java  2008-08-06 18:49:00.625000000 +0900
@@ -22,6 +22,7 @@
             current.add(MONTH, 1);
         }
         System.out.println("Fridays = " + fridays);
+        System.out.println("Fridays count = " + fridays.size());
     }

 }

Index

Feed

Other

Link

Pathtraq

loading...