Search found 1 match

by umer naseer
Thu Dec 27, 2012 1:20 pm
Forum: Volume 6 (600-699)
Topic: 615 - Is It A Tree?
Replies: 71
Views: 36511

615 it is a tree

plz help me to find out how my answer is wrong


// IsItATree.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include<iostream>
using namespace std;
int count=0;
int temp=0;
int _tmain(int argc, _TCHAR* argv[])
{
int a[100];
int b[100];
int l=0,k=0;
char u ...

Go to advanced search