Search found 23 matches
- Thu May 22, 2003 4:44 am
- Forum: Other words
- Topic: Programming challenges book
- Replies: 6
- Views: 1917
Book
Mine shipped today.
- Mon May 05, 2003 9:23 am
- Forum: Other words
- Topic: Programming challenges book
- Replies: 6
- Views: 1917
Release date?!?
I ordered this book a long time ago, and it still hasn't been released -- what's the deal?! Does anyone know when this book will be available??
- Wed Apr 09, 2003 10:13 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10215 - The Largest/Smallest Box ...
- Replies: 55
- Views: 30708
Hm
I switched float to double and got AC.
- Tue Apr 08, 2003 1:04 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 66031
Um
as I said already, nevermind, I got AC. Also, you can't use unsigned long long ints in C. Different programming language. Also, you don't even need that -- a simple int will suffice. Anything else is overkill.
- Mon Mar 31, 2003 12:47 pm
- Forum: Other words
- Topic: New Online Contester System! http://acm.sgu.ru
- Replies: 3
- Views: 2295
Any others?
Are there any others out there like those two and this site? I had seen the Russian one before, but the Chinese one was news to me!
- Sat Mar 29, 2003 2:20 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10190 - Divide, But Not Quite Conquer!
- Replies: 105
- Views: 26007
WA. works for all kinds of test inputs
I can't find my error here.. I've tried all inputs I could think of... Here's my code and the test I/O I'm using... [c] int m,n; while(scanf("%d %d", &n, &m)==2) { if (m>n || m == 0 || n == 0) printf("Boring!\n"); else if (m==n && m != 1) printf("%d 1\n"...
- Sat Mar 29, 2003 8:13 am
- Forum: Volume 102 (10200-10299)
- Topic: 10215 - The Largest/Smallest Box ...
- Replies: 55
- Views: 30708
10215 - The Largest/Smallest Box...
I'm getting WA on 10215. I'm sure my calculus is right, and all the test inputs work too. Here's the set of I/O I've got right now: 1 1 2 2 3 3 9999 9999 9999 1 1 9999 and the output: 0.167 0.000 0.500 0.333 0.000 1.000 0.500 0.000 1.500 1666.500 0.000 4999.500 0.250 0.000 0.500 0.250 0.000 0.500 Ca...
- Fri Mar 28, 2003 10:06 am
- Forum: Volume 1 (100-199)
- Topic: 161 - Traffic Lights
- Replies: 28
- Views: 4812
Thanks
That's exactly it! I changed my second counter to 18001 seconds and everything worked fine!
- Thu Mar 27, 2003 1:52 pm
- Forum: Volume 1 (100-199)
- Topic: 161 - Traffic Lights
- Replies: 28
- Views: 4812
161 WA - Need some inputs
I get WA for this problem, but the test inputs work fine, as well as ones I come up with on my own. Does anyone have some thorough test inputs they used that worked with their program, and corresponding outputs?
- Tue Mar 25, 2003 6:46 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 66031
Nevermind...
Nevermind... I worked it a different way, without all the strings and stuff. Got accepted.
- Tue Mar 25, 2003 4:32 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 66031
I get WA too
I've tried every sample input, every input in all the threads here. I try max and mins, and all kings of different values in between and I still can't get accepted. It runs for a little bit before it gets WA, so I'm doing something right... [c]/* @JUDGE_ID: xxxxxx 10035 C*/ #include <sys/types.h> #i...
- Mon Mar 24, 2003 1:57 pm
- Forum: Off topic (General chit-chat)
- Topic: ***!!! PLEASE STOP IT !!!***
- Replies: 12
- Views: 6134
Hm
I think the coalition is trying to at least be semi-proactive. They know his actions from the past, and feel that things are reaching a critical mass again -- something they had tried to avert with diplomatic discussions. It is often said that history repeats itself. Perhaps it is better to step in ...
- Mon Mar 24, 2003 8:41 am
- Forum: Volume 104 (10400-10499)
- Topic: 10465 - Homer Simpson
- Replies: 75
- Views: 24904
Ditto!
I can't get mine accepted either, and I've thrown every piece of input I can think at it. I've tested it with all the ones on here too -- every time it comes back WA. I'm always sure to test if I can get more burgers with the same amount of beertime, too. Can someone with an accepted solution post a...
- Mon Mar 24, 2003 8:07 am
- Forum: Off topic (General chit-chat)
- Topic: ***!!! PLEASE STOP IT !!!***
- Replies: 12
- Views: 6134
Um
Most people are for peace, it's those who are not who cause the problems. In general, war is a bad thing -- I doubt anyone here would disagree with you. However, to some, this is a lesser of two evils. Yes, by going to war, undoubtedly people are going to be injured or killed. However, there's a rea...
- Sat Mar 22, 2003 2:15 am
- Forum: Other words
- Topic: Time limits ?
- Replies: 0
- Views: 1024
Time limits ?
I've been watching the real time judge status, and I've noticed that some peoples programs are running for 20 seconds or 1 minute. I even saw this: 1475580 2003/03/21 23:58:43.578 Accepted 0:16.428 19040 25872 C++ 10400 - Game Show Math I know that some problems have a limit that's either smaller or...