摘要:
A GameIOI'96 - Day 1 Consider the following two-player game played with a sequence of N positive integers (2 #include
using namespace std;
ifstream cin("game1.in");
ofstream cout("game1.out");
const int mm=1000;
int f[mm][mm],sum[mm][mm];
int shu[mm];
int main()
{ int n; whil 阅读全文
posted @ 2013-01-07 20:32
剑不飞
阅读(310)
评论(0)
推荐(0)

浙公网安备 33010602011771号