Super Jumping! Jumping! Jumping! hdu
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 int n; 6 int dp[1005],val[1005]; 7 8 int main() 9 {10 while( scanf("%d",&n) && n ){... 阅读全文
posted @ 2014-09-16 00:07 薛定谔的熊猫 阅读(97) 评论(0) 推荐(0) 编辑