Rajib,
I checked for input 0 and still getting wrong answer. Do you have any suggesion or any other input I did not consider. New code has been given in my first mail (after editing).
Search found 7 matches
- Sun Jul 18, 2004 10:54 am
- Forum: Volume 101 (10100-10199)
- Topic: 10191 - Longest Nap
- Replies: 75
- Views: 43701
- Sun Jun 06, 2004 1:46 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10191 - Longest Nap
- Replies: 75
- Views: 43701
10191- WA
can anybody check my code why i am getting wrong answer? I have checked many inputs but can not find the wrong output.
[c]
#include<stdio.h>
#include<string.h>
#define s 1001
int starting[s]={0},ending[s]={0},count;
void fun_start(int s_h,int s_m,int count)
{
int t;
t = (s_h * 60) + s_m ...
[c]
#include<stdio.h>
#include<string.h>
#define s 1001
int starting[s]={0},ending[s]={0},count;
void fun_start(int s_h,int s_m,int count)
{
int t;
t = (s_h * 60) + s_m ...
- Tue Dec 23, 2003 2:56 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10494 - If We Were a Child Again
- Replies: 55
- Views: 25903
- Tue Dec 23, 2003 2:35 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10494 - If We Were a Child Again
- Replies: 55
- Views: 25903
- Tue Dec 23, 2003 2:01 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10494 - If We Were a Child Again
- Replies: 55
- Views: 25903
10494
hellow,
I need some sample input to judge my solution. Can anybody send me input and output data as soon as possible?
I need some sample input to judge my solution. Can anybody send me input and output data as soon as possible?
- Mon Dec 22, 2003 2:08 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10171 - Meeting Prof. Miguel...
- Replies: 68
- Views: 35059
- Wed Dec 17, 2003 3:13 pm
- Forum: Volume 2 (200-299)
- Topic: 255 - Correct Move
- Replies: 17
- Views: 8141