2012年4月11日 星期三

[USACO] sec2-2_Preface_Numbering

恩..原本以為需要DP一下 結果竟然直接解就可以了= = ((最大才3499

分解每一個數 在累加~

一次解出~ 不錯!

USER: Lee Pu [leepupu1]
TASK: preface
LANG: C++

Compiling...
Compile: OK

Executing...
   Test 1: TEST OK [0.000 secs, 3176 KB]
   Test 2: TEST OK [0.000 secs, 3176 KB]
   Test 3: TEST OK [0.000 secs, 3176 KB]
   Test 4: TEST OK [0.000 secs, 3176 KB]
   Test 5: TEST OK [0.000 secs, 3176 KB]
   Test 6: TEST OK [0.000 secs, 3176 KB]
   Test 7: TEST OK [0.000 secs, 3176 KB]
   Test 8: TEST OK [0.011 secs, 3176 KB]

All tests OK.
YOUR PROGRAM ('preface') WORKED FIRST TIME!  That's fantastic
-- and a rare thing.  Please accept these special automated
congratulations.
Here are the test data inputs:
------- test 1 ----
1
------- test 2 ----
20
------- test 3 ----
100
------- test 4 ----
500
------- test 5 ----
1000
------- test 6 ----
2974
------- test 7 ----
3213
------- test 8 ----
3499
Keep up the good work!
Thanks for your submission!


The Code

沒有留言:

張貼留言