Search found 1 match

by 6662666
Sat Jul 03, 2010 8:20 am
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153366

Re: 10038 - Jolly Jumpers

can anybody help me to sort out the problem.I m getting runtime error again and again...:(
#include<stdio.h>
#include<iostream.h>

int main()
{
long long i=0,temp1,temp2,dif,flag;
int n,check=1;
struct node
{
long long data;
node *next;
}*list,*tmp,*last;
list=NULL;
while(scanf("%d",&n)==1)
{
flag ...

Go to advanced search