Search found 4 matches

by Hobby
Fri Aug 06, 2010 2:06 pm
Forum: Volume 1 (100-199)
Topic: 117 - The Postal Worker Rings Once
Replies: 58
Views: 25132

Help me--117


#include <iostream>
#include <fstream>
#include <string>
using namespace std;
#define inf 99999999
#define N 40
int Graphics[N][N];
int degree[N];
bool visite[N];
void clearGlobal();
int GetOddDgreeNum();
int GetMinWeightWithTwoNode(int,int);
int oddNode[2];
int main()
{
//ifstream cin("117.txt ...
by Hobby
Fri Jul 30, 2010 2:23 am
Forum: Volume 1 (100-199)
Topic: 114 - Simulation Wizardry
Replies: 80
Views: 16305

Re: 114! why me not ac

thanks,I will search the same disscuss
by Hobby
Thu Jul 29, 2010 2:41 pm
Forum: Volume 1 (100-199)
Topic: 113 - Power of Cryptography
Replies: 163
Views: 50516

Re: 113 whats my problem? please help me

please :
printf("%ld",...)
by Hobby
Thu Jul 29, 2010 2:39 pm
Forum: Volume 1 (100-199)
Topic: 114 - Simulation Wizardry
Replies: 80
Views: 16305

114! why me not ac

the code as follows, but the judge tell me Time limit exceeded

#include <iostream>
#include <fstream>
using namespace std;

int main()
{
//ifstream cin("114.txt");
int edges[52][52];
int costs[52][52];
int values[52][52];
int wallCost;
int m,n,p;
cin>>m>>n;
cin>>wallCost;
cin>>p;
for(int ...

Go to advanced search