- Apr 17 Sun 2011 02:47
-
呼 該醒了
- Jan 01 Sat 2011 22:09
-
[心得]昨天跟今天的跨年趴
今年,是跟一群大學同學一起,
一起聚餐、一起打保齡球、一起打撞球、一起打牌、(一起睡覺)
這是我的第一次,第一次不是和家人一起過
是個很特別很特別的跨年 在這民國100年
- Aug 18 Wed 2010 18:18
-
生命成長營心得
話說 前幾天去營隊,沒寫題目,目前進度大落後 >"< 在營隊學到了很多像是如何去感恩別人如何去幫助別人
其實藉由這次的營隊,我想了很多很多 我未來要做些什麼
我現在該做什麼 我該用什麼態度去面對我未來的大學生活 甚至是未來的人生
對營隊裡的每一個人我都很感謝,雖然我現在已經記不起步部分人的名字了
在那裏我可以很輕鬆的說出 我平對同學對朋友不會說的事大家讓我覺得很窩心
- Aug 07 Sat 2010 09:40
-
USACO 1.3 Mixing Milk (2010.08.07)

Mixing Milk
- Aug 06 Fri 2010 22:37
-
USACO 1.2 Transformations (2010.08.06)

Transformations
- Aug 06 Fri 2010 21:26
-
USACO 1.2 Dual Palindromes (2010.08.06)

Dual Palindromes
A number that reads the same from right to left as when read from left to right is called a palindrome. The number 12321 is a palindrome; the number 77778 is not. Of course, palindromes have neither leading nor trailing zeroes, so 0220 is not a palindrome.
The number 21 (base 10) is not palindrome in base 10, but the number 21 (base 10) is, in fact, a palindrome in base 2 (10101).
Write a program that reads two numbers (expressed in base 10):
- Aug 06 Fri 2010 20:56
-
USACO 1.2 Palindromic Squares (2010.08.06)

Palindromic Squares
Palindromes are numbers that read the same forwards as backwards. The number 12321 is a typical palindrome.
Given a number base B (2 <= B <= 20 base 10), print all the integers N (1 <= N <= 300 base 10) such that the square of N is palindromic when expressed in base B; also print the value of that palindromic square. Use the letters 'A', 'B', and so on to represent the digits 10, 11, and so on.
Print both the number and its square in base B.
PROGRAM NAME: palsquare
- Aug 06 Fri 2010 19:01
-
USACO 1.2 Name That Number (2010.08.06)

Name That Number
Among the large Wisconsin cattle ranchers, it is customary to brand cows withserial numbers to please the Accounting Department. The cow hands don'tappreciate the advantage of this filing system, though, and wish to call themembers of their herd by a pleasing name rather than saying, "C'mon, #4734,
- Aug 06 Fri 2010 18:52
-
好久沒來發牢騷了
拖了好久的USACO,終於又開始動工了。
最近有點煩,明明就是暑假了,整天卻要早起幫忙拔菜,下午也要拔菜。
曬得全身黑漆漆,我要變白啦!!
整天有時間看電腦的時間少了好多,又有好多事沒做,時間不夠用。
在家裡的缺點就是晚上九點就會被趕去睡覺,理由都是要早起拔菜。
- May 05 Wed 2010 00:54
-
UVa 10344 23 Out of 5
UVa 10344 23 Out of 5
題目: http://acm.uva.es/p/v103/10344.html
翻譯: http://luckycat.kshs.kh.edu.tw/homework/q10344.htm
#include <stdio.h>
#include <string.h>
- May 05 Wed 2010 00:52
-
2010/05/04 第二次團練(未完)
2010/05/04
第二次團練
算心得文吧!!
a065: [基礎] Jollybee Tournament (ICPC 4147)
之前kk上課有教過,也寫過了,今天解的時候犯了一個大錯誤:我忘了scan Case數,我真的不是故意的啦 >"< 基本上有很多種作法吧!(我跟于萱的就不一樣),我用的方法比較暴力吧!一次一次的去判斷是否為不戰而勝,就這樣而已。
