命运
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3941 Accepted Submission(s): 1408
Problem Description
穿过幽谷意味着离大魔王lemo...
题解:简单动态规划
#include <cstdio>
#include <iostream>
using namespace std;
int f[21][1001];
int max(int a,int b){return(a>b?a:b);}
int main()
{
int t;
scanf("%d",&t);
...
命运
Time Limit: 1000ms
Memory Limit: 32768KB
This problem will be judged on HDU. Original ID: 257164-bit integer IO format: %I64d Java class name: Main
穿过幽谷意味着离大魔王lemo...