Maybe the testcases aren't correct. I don't think the problem is that difficult...
The only thing I can come up with is that there is some trick with the format, although I copy-pasted it and I am getting WA...
Search found 7 matches
- Sat May 03, 2008 11:12 pm
- Forum: Volume 9 (900-999)
- Topic: 999 - Book signatures
- Replies: 3
- Views: 4158
- Fri Mar 02, 2007 3:27 am
- Forum: Volume 5 (500-599)
- Topic: 580 - Critical Mass
- Replies: 4
- Views: 3861
580 - Critical Mass
Anyone has some correct i/o for problem 580? thx a lot!!!!
- Thu Apr 06, 2006 10:13 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96705
Thx
Thx a lot! I found this function on the Internet but didn't know very well how it worked. Now I got AC. Thx a lot!!!
- Thu Apr 06, 2006 6:43 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 96705
10200
Hi people. I got PE in that program and when I run it i think it outputs in a correct way. Anyone knows the reason
- Thu Apr 06, 2006 2:44 am
- Forum: Volume 107 (10700-10799)
- Topic: 10783 - Odd Sum
- Replies: 34
- Views: 22117
- Thu Apr 06, 2006 1:45 am
- Forum: Volume 107 (10700-10799)
- Topic: 10783 - Odd Sum
- Replies: 34
- Views: 22117
10783 - Odd Sum
I am trying to solve this so easy problem but I keep getting wrong answer. plz can someone tell me why?? Thx!
#include <stdio.h>
#include <stdlib.h>
int main()
{
long t, a,b,c=0,r;
scanf("%d",&t);
while (t>0){
c++;
scanf("%d", &a);
scanf("%d", &b);
/*r=(1+(b-a)/2)*((a+b)/2);*/
r=0;
while ...
#include <stdio.h>
#include <stdlib.h>
int main()
{
long t, a,b,c=0,r;
scanf("%d",&t);
while (t>0){
c++;
scanf("%d", &a);
scanf("%d", &b);
/*r=(1+(b-a)/2)*((a+b)/2);*/
r=0;
while ...
- Tue Mar 14, 2006 1:08 am
- Forum: Other words
- Topic: Problem with "Can't be judged"
- Replies: 1
- Views: 2281
Problem with "Can't be judged"
Hi people;
In all the problems I have submitted via web (156,397,562,10071) I always got the "Can't be judged" error, and these problems are currently being solved by other people. I just don't know what to do about it. Can please someone help me?
thx!
In all the problems I have submitted via web (156,397,562,10071) I always got the "Can't be judged" error, and these problems are currently being solved by other people. I just don't know what to do about it. Can please someone help me?
thx!