Search found 3 matches

by aczzdx
Wed Apr 24, 2013 5:59 pm
Forum: Other words
Topic: Command line tool for the UVa Online Judge website
Replies: 3
Views: 5644

Re: Command line tool for the UVa Online Judge website

Thx for your sharing. It's a very convinient tool !
by aczzdx
Tue Mar 05, 2013 1:32 pm
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 89182

Re: 10131 - Is Bigger Smarter?

Thx brianfry713, I've got AC finally.
by aczzdx
Fri Feb 22, 2013 5:05 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 89182

Re: 10131 - Is Bigger Smarter?

I'm just using dp to solve this problem, and I have passed the sample imput and some of data.
However I just always got WA,plz hlep,thanks.
#include<cstdio>
#include<iostream>
#include<cstring>
#include<cstdlib>
using namespace std;
const int maxn = 100000;

int w[maxn],q[maxn],r[maxn];
int d[maxn ...

Go to advanced search