Search found 3 matches

by abhinavswaroop
Thu May 29, 2008 10:41 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117355

Re: Wrong Answer for 102

plz plz phelp.i ma getting WA although i have tested the very large no. of inputs given by "almost human" above and i have got his output only....... :(
here is my code plz check.
#include<iostream>
using namespace std;

int main()
{
long a[3][3],c[3][3];
string str;

do
{
long temp=0,b[6 ...
by abhinavswaroop
Tue May 27, 2008 4:03 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110252

Re: plz plz help for problem no. 101 RTE error

here is the error i am getting:

Your submission with number 6449663 for the problem 101 - The Blocks Problem has failed with verdict Runtime error.

This means that the execution of your program didn't finish properly. Remember to always terminate your code with the exit code 0.
by abhinavswaroop
Tue May 27, 2008 3:25 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110252

plz plz help for problem no. 101 RTE error

plz see the code its running well on my comp but at every submission its giving a RTE.......


#include<iostream>
using namespace std;

struct node
{
int val;
struct node *next;
};

int main()
{ struct node *temp=NULL,*t1=NULL,*t2=NULL,*t3=NULL,*q1=NULL,*q2=NULL;
struct node *a[25];
string s1 ...

Go to advanced search