Hi,
I've tried three times to upload my 101 problem but got RTE all the times. I tested with whatever input I found in topics related to 101 all the outputs I'm getting are matching with the ones mentioned in the posts. Can someone see my code and help me!!
#include <stdio.h>
#include <string.h ...
Search found 2 matches
- Mon Oct 29, 2007 1:35 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110589
- Tue Oct 23, 2007 12:12 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 110589
101 RTE
hi I've tried with different test cases that are there in this topic, all are working fine with my code but couldn't get why I'm getting RTE. Here's my code
#include <stdio.h>
#include <string.h>
typedef struct node {
int val, root;
struct node *next, *end;
}node;
typedef node* nodeptr ...
#include <stdio.h>
#include <string.h>
typedef struct node {
int val, root;
struct node *next, *end;
}node;
typedef node* nodeptr ...