Search found 7 matches

by wangnoon
Thu Oct 13, 2005 2:48 pm
Forum: Volume 107 (10700-10799)
Topic: 10723 - Cyborg Genes
Replies: 7
Views: 6668

10723 What's wrong with my code ... :)

This is an easy one, but I can't get accepted. Please let me know what is the right output for the following input:


100
URRXCSCCVWATCGWSMALTJ
HS
NNGMSFVFML
NAPBKMIBSRUJJEMEE
TFGNSTCD
HDNWG
XHHUVMJWKRPPTVQEXMTOIXQDFCV
GKAINHBJMPQCCOKKF
SIGCLITOPEEFRAFKEJAEP
KKMFHMXMSMK ...
by wangnoon
Fri Jul 08, 2005 12:53 pm
Forum: Algorithms
Topic: Usaco- Contact (IOI'98) .... I get "Time Limit exceed
Replies: 2
Views: 2019

Oh.. Thanks you ...

I don't know there is Usaco Forum until the day before yesterday .

I appreciate your kindness ..

Thanks.

bye..
by wangnoon
Wed Jul 06, 2005 6:54 pm
Forum: Algorithms
Topic: Usaco- Contact (IOI'98) .... I get "Time Limit exceed
Replies: 2
Views: 2019

Usaco- Contact (IOI'98) .... I get "Time Limit exceed

Ummm.......

My Code -> O( Len * (B-A) )
I don't know why I get Time Limit exceeded

This is the Problem

The cows have developed a new interest in scanning the universe outside their farm with radiotelescopes. Recently, they noticed a very curious microwave pulsing emission sent right from the ...
by wangnoon
Tue Jul 05, 2005 7:15 pm
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51312

# 105 ( RE )

Help me please!

I really can't find out why RE...

Does "RUNTIME ERROR(SIGSEGV)" mean what ?

What's wrong with my code? :-?

Here my code:

/* @JUDGE_ID: 21640Yj 105 C "PS" */

#include <stdio.h>
#include <stdlib.h>

int n ;
int m ;
int a[ 30000 ][ 3 ] ;
int x[ 30001 ] ;
int h[ 30000 ...
by wangnoon
Wed Oct 09, 2002 3:35 pm
Forum: Volume 4 (400-499)
Topic: 451 - Poker Solitaire Evaluator
Replies: 18
Views: 6818

I try. But I can not solve it. help me more

I try to solve with your help.
But I Can't solve problem with WA.
Help me Some more.

Modified source :

[cpp]
#include <iostream.h>
class poker {
public:
char suja;
char munja;
};
poker po[5][5];
int posu[9];
int sp(class poker sm[5]);
int fc(class poker sm[5]);
int fh(class poker sm[5]);
int pl ...
by wangnoon
Mon Oct 07, 2002 12:50 pm
Forum: Volume 4 (400-499)
Topic: 451 - Poker Solitaire Evaluator
Replies: 18
Views: 6818

Pls help me! Problem - 451. Poker Solitaire Evaluator.

:(
I'm solved "Poker Solitaire Evaluator" Problem.
But i got WA..
but I can't find the bug.
please help me

This is C++ Code.


[cpp]
#include <iostream.h>
class poker {
public:
char suja;
char munja;
};
poker po[5][5];
int posu[9];int sp(class poker sm[5]);
int fc(class poker sm[5]);
int fh ...
by wangnoon
Sun Oct 06, 2002 2:41 pm
Forum: Volume 100 (10000-10099)
Topic: 10013 - Super long sums
Replies: 212
Views: 67694

10013

Please. help me.
I solved this problem. but I recive Memory Limit Exceeded

the source:

[cpp]
#include <iostream.h>
int a[1000001];
int b[1000001];
int c[10][1000001];
unsigned long mc[10];
unsigned long n;
unsigned long m;
int temp=0;
void main()
{
cin>>n;
unsigned long i,j;
for(i=0;i<n;i=i+1 ...

Go to advanced search