Hi folks! :wink:
"10415 looks very simple", I had thought until I sent my prog...
Now, I don't know, what can be checked after trying and trying.
I mentioned:
- song may be empty -> printing only '0' 10 times
- at most 200 notes in a song -> inputstring of size 300!
- first note -> all fingers ...
Search found 11 matches
- Tue Dec 03, 2002 7:46 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10415 - Eb Alto Saxophone Player
- Replies: 21
- Views: 8953
- Wed Nov 06, 2002 6:17 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10377 - Maze Traversal
- Replies: 26
- Views: 14420
10377 - Maze Traversal
Love&peace to everyone!
10377 is very simple, I thought. :cry:
Judge says that my programm produces TLE but I can't figure out the reason. Here's my code.
#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>
char maze[62][62];
int row,col, crow,ccol;
int facing;
char command;
int ...
10377 is very simple, I thought. :cry:
Judge says that my programm produces TLE but I can't figure out the reason. Here's my code.
#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>
char maze[62][62];
int row,col, crow,ccol;
int facing;
char command;
int ...
- Wed Nov 06, 2002 11:36 am
- Forum: Volume 100 (10000-10099)
- Topic: 10008 - What's Cryptanalysis?
- Replies: 55
- Views: 27221
10008 - Need some test cases
Hi, folks
I'm very disappointed because of getting always WA in prob 10008.
May someone send my some test cases please or any hints?
For input I use a string of length 20000. Is that enough?
Any idea?
Thank you very much!
Karl

I'm very disappointed because of getting always WA in prob 10008.
May someone send my some test cases please or any hints?
For input I use a string of length 20000. Is that enough?
Any idea?
Thank you very much!
Karl
- Fri Sep 13, 2002 9:14 am
- Forum: Other words
- Topic: About new incoming features
- Replies: 47
- Views: 32489
- Fri Sep 06, 2002 11:37 am
- Forum: Volume 102 (10200-10299)
- Topic: 10242 - Fourth Point !!
- Replies: 30
- Views: 17830
10242 WA
Hello, great helpers and gurus, where are you??? :wink:
I wrote a nice program but judge doesn't like it. May you explain me the reason why?
Here's source:
[cpp]#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>
float x[4],y[4];
int a,b,c;
int takes[4];
float x1,y1;
void find ...
I wrote a nice program but judge doesn't like it. May you explain me the reason why?
Here's source:
[cpp]#include <iostream.h>
#include <stdlib.h>
#include <stdio.h>
float x[4],y[4];
int a,b,c;
int takes[4];
float x1,y1;
void find ...
- Thu Aug 29, 2002 9:40 am
- Forum: Volume 101 (10100-10199)
- Topic: 10106 - Product
- Replies: 98
- Views: 40157
- Wed Aug 28, 2002 3:49 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10055 - Hashmat the Brave Warrior
- Replies: 166
- Views: 77212
- Wed Aug 28, 2002 3:41 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10106 - Product
- Replies: 98
- Views: 40157
10106 - Product
Friends,
I tried to solve 10106, but everytime judge's answer was "WA" :(
Statistics for 10106 says, that there are a lot of WA.
Well, do you have any hints, especially special cases?
Multiplication of 0 and empty lines in input file are no problem for my little proggie...
Thanks in advance ...
I tried to solve 10106, but everytime judge's answer was "WA" :(
Statistics for 10106 says, that there are a lot of WA.
Well, do you have any hints, especially special cases?
Multiplication of 0 and empty lines in input file are no problem for my little proggie...
Thanks in advance ...
- Wed Jul 17, 2002 8:27 pm
- Forum: Volume 1 (100-199)
- Topic: 116 - Unidirectional TSP
- Replies: 226
- Views: 65207
- Wed Jul 17, 2002 8:13 am
- Forum: Volume 1 (100-199)
- Topic: 195 - Anagram
- Replies: 242
- Views: 58124
- Tue Jul 16, 2002 1:11 pm
- Forum: Volume 1 (100-199)
- Topic: 195 - Anagram
- Replies: 242
- Views: 58124
195 - WA again and again
It's terrible, always WA WA WA.
I studied your advices given before very carefully; I guess, my prog generates no duplicates and sorting is okay.
Do you have any hints or more test data???
[code]
#include <strstream.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <iostream ...
I studied your advices given before very carefully; I guess, my prog generates no duplicates and sorting is okay.
Do you have any hints or more test data???
[code]
#include <strstream.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <iostream ...