Search found 1 match

by waqascs
Sun Jun 03, 2012 4:39 pm
Forum: Volume 6 (600-699)
Topic: 615 - Is It A Tree?
Replies: 71
Views: 32845

Re: 615 - Is It A Tree?

my code is below ..do not why it gets WA :oops: #include<iostream> using namespace std; int count=0; int temp=0; int main () { int a[100]; //Source array int b[100]; //Destination array int l=0,p=0,k=0,c; char u; cout<<"Enter root value:"; cin>>a[0]; //setting the root cout<<endl; //======...

Go to advanced search