can any body help me with this code ?
i've already depressed because of this 417 problem.
did i make any mistakes in my code ?
thanx before for your help :)
#include <stdio.h>
#include <string.h>
#define MAX 84000
char hurup[MAX][6];
int i=0;
void gen(void)
{
int a,b,c,d,e;
for(a=0;a<26;a ...
Search found 23 matches
- Mon May 15, 2006 5:30 am
- Forum: Volume 4 (400-499)
- Topic: 417 - Word Index
- Replies: 15
- Views: 3764
- Wed May 10, 2006 7:28 am
- Forum: Volume 101 (10100-10199)
- Topic: 10192 - Vacation
- Replies: 58
- Views: 23946
- Thu Jun 09, 2005 10:57 am
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 65119
- Fri Jun 03, 2005 12:46 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10141 - Request for Proposal
- Replies: 44
- Views: 24158
- Thu Jun 02, 2005 7:38 am
- Forum: Volume 107 (10700-10799)
- Topic: 10771 - Barbarian tribes
- Replies: 12
- Views: 6224
- Thu Jun 02, 2005 7:06 am
- Forum: Volume 107 (10700-10799)
- Topic: 10771 - Barbarian tribes
- Replies: 12
- Views: 6224
- Wed Jun 01, 2005 4:49 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10771 - Barbarian tribes
- Replies: 12
- Views: 6224
- Tue Dec 30, 2003 8:24 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10115 - Automatic Editing
- Replies: 29
- Views: 12253
TLE
is it u AV ? so, you got WA ? i got TLE here... hope some one will be able to help us....
here is my code too :
[c]#include <stdio.h>
#include <string.h>
#include <ctype.h>
char rule[15][2][300];
int lenr[15][2];
int idxrule,maxrule;
char kalimat[300],dummy[300];
void main()
{
int lenk,lend ...
here is my code too :
[c]#include <stdio.h>
#include <string.h>
#include <ctype.h>
char rule[15][2][300];
int lenr[15][2];
int idxrule,maxrule;
char kalimat[300],dummy[300];
void main()
{
int lenk,lend ...
- Mon Dec 29, 2003 8:53 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10191 - Longest Nap
- Replies: 75
- Views: 43747
whats wrong with this ?
hi all... i need some help here... hope nobody minds helping me.... i got 3 WAs for this problem eventhough lots of people said that this one is easy... here is my code :
[c]#include <stdio.h>
#include <string.h>
#include <math.h>
void main()
{
int day=0;
int jadwal,idxjadwal;
int h1,h2,m1,m2,i ...
[c]#include <stdio.h>
#include <string.h>
#include <math.h>
void main()
{
int day=0;
int jadwal,idxjadwal;
int h1,h2,m1,m2,i ...
- Sat Nov 15, 2003 10:12 am
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 39055
- Thu Nov 13, 2003 3:45 am
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 39055
- Thu Nov 13, 2003 3:44 am
- Forum: Volume 4 (400-499)
- Topic: 465 - Overflow
- Replies: 104
- Views: 39055
- Tue Nov 11, 2003 5:27 am
- Forum: Volume 4 (400-499)
- Topic: 492 - Pig-Latin
- Replies: 213
- Views: 49409
hi guys.. i need your help..... this problem keep me WA for 15 times, and RTE for 5 times (i have fixed the RTE problem, now the WA problem)
i've checked my I/O with posted before, and its correct... is there any tricky input ?
here is my code (hope you can help me... i've asked 3 friends of mine ...
i've checked my I/O with posted before, and its correct... is there any tricky input ?
here is my code (hope you can help me... i've asked 3 friends of mine ...
- Mon Nov 10, 2003 6:40 am
- Forum: Volume 4 (400-499)
- Topic: 443 - Humble Numbers
- Replies: 82
- Views: 18053
- Thu Oct 30, 2003 3:36 am
- Forum: Volume 6 (600-699)
- Topic: 694 - The Collatz Sequence
- Replies: 46
- Views: 21936