I got AC in this problem not checking termination case 0 0 but EOF.Can not the problem description or input file be corrected?
Sorry for my poor english.
Search found 23 matches
- Thu Feb 21, 2008 11:19 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11403 - Binary Multiplication
- Replies: 25
- Views: 13894
- Thu Nov 29, 2007 8:34 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10581 - Partitioning for fun and profit
- Replies: 15
- Views: 10242
- Sun Jul 15, 2007 11:14 am
- Forum: Volume 112 (11200-11299)
- Topic: 11235 - Frequent values
- Replies: 35
- Views: 21140
- Sun Jul 15, 2007 10:48 am
- Forum: Volume 112 (11200-11299)
- Topic: 11239 - Open Source
- Replies: 21
- Views: 11610
- Sun Jul 15, 2007 3:38 am
- Forum: Volume 112 (11200-11299)
- Topic: 11239 - Open Source
- Replies: 21
- Views: 11610
11239 - Open Source
i donot know whats wrong with the code
can any one please tell me?
i have tried many input and output .
but got the correct output.
but the judge solution does not like it.
whY?
code removed after got ac------->
sorry it was a silly mistake that should not have done during the contest time.
I ...
can any one please tell me?
i have tried many input and output .
but got the correct output.
but the judge solution does not like it.
whY?
code removed after got ac------->
sorry it was a silly mistake that should not have done during the contest time.
I ...
- Sat Jul 14, 2007 6:06 pm
- Forum: Volume 3 (300-399)
- Topic: 352 - The Seasonal War
- Replies: 54
- Views: 23028
- Wed May 16, 2007 3:51 pm
- Forum: Volume 6 (600-699)
- Topic: 601 - The PATH
- Replies: 20
- Views: 10067
painfull rte
if any one have any critical inputs.
i have getting wa.
i have getting wa.
- Fri Apr 06, 2007 6:15 am
- Forum: Volume 110 (11000-11099)
- Topic: 11001 - Necklace
- Replies: 38
- Views: 23064
- Thu Mar 22, 2007 9:09 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11032 - Function Overloading
- Replies: 43
- Views: 22418
Re: WA NEED I/O
AC.BUT almost 3.8 seconds.
Terrible
Terrible

- Thu Mar 22, 2007 8:09 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11032 - Function Overloading
- Replies: 43
- Views: 22418
WA NEED I/O
PLEASE CAN ANY ONE GIVE ME SOME I/O.
I'm GETTING WA
I'm GETTING WA
- Sat Dec 16, 2006 12:12 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108632
101 why pe
cut
- Wed Jul 05, 2006 6:36 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10013 - Super long sums
- Replies: 212
- Views: 67621
Re: 10013 Accepted (P.E.)
[quote="JuaingFall"]who can help me? Thanks
[code
deleted
[code
deleted
- Wed Jul 05, 2006 8:48 am
- Forum: Volume 103 (10300-10399)
- Topic: 10340 - All in All
- Replies: 129
- Views: 50744
10340
I'm bored of wrong answer....
I get wa many times.
whats the wrong here????
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<memory.h>
#define MAX 10000
char X[MAX],Y[MAX],string[MAX],store[MAX];
int i,j,m,n,c[MAX][MAX],b[MAX][MAX],k=0;
int LCSlength()
{
m=strlen(X);
n=strlen(Y ...
I get wa many times.
whats the wrong here????
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<memory.h>
#define MAX 10000
char X[MAX],Y[MAX],string[MAX],store[MAX];
int i,j,m,n,c[MAX][MAX],b[MAX][MAX],k=0;
int LCSlength()
{
m=strlen(X);
n=strlen(Y ...
- Thu Jun 29, 2006 10:15 am
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51175
- Sun Jun 25, 2006 10:23 am
- Forum: Volume 102 (10200-10299)
- Topic: 10235 - Simply Emirp
- Replies: 150
- Views: 51175
10235 whats wrong???????
I don't know whats wrong with this.....
I need some sample input output.............
#include<stdio.h>
#include<math.h>
#define LIMIT 1000000
#define SIZE 1000000
#define BLOCK sizeof(long)
long prime_num,primes[SIZE],temp[LIMIT/BLOCK/2+1];
long is_prime(long num)
{
num=(num-1)/2;
if(num%BLOCK==0 ...
I need some sample input output.............
#include<stdio.h>
#include<math.h>
#define LIMIT 1000000
#define SIZE 1000000
#define BLOCK sizeof(long)
long prime_num,primes[SIZE],temp[LIMIT/BLOCK/2+1];
long is_prime(long num)
{
num=(num-1)/2;
if(num%BLOCK==0 ...