Anyone can tell me what's wrong in my code?I test every input here,and all get right output.But I get the wrong answer.
//Is It A Tree?
#include <iostream>
using namespace std;
int main()
{
int* fr;
bool* ex;
int f=0;
int t=0;
int root=0;
int ca=0;
int num=0;
int st=0;
int now=0;
const ...
Search found 5 matches
- Fri Oct 06, 2006 9:06 am
- Forum: Volume 6 (600-699)
- Topic: 615 - Is It A Tree?
- Replies: 71
- Views: 36116
- Tue Oct 03, 2006 6:01 pm
- Forum: Volume 4 (400-499)
- Topic: 412 - Pi
- Replies: 104
- Views: 30272
- Tue Oct 03, 2006 12:11 am
- Forum: C++
- Topic: How to show the '0' after '.'?
- Replies: 2
- Views: 2119
- Mon Oct 02, 2006 11:24 pm
- Forum: C++
- Topic: How to show the '0' after '.'?
- Replies: 2
- Views: 2119
How to show the '0' after '.'?
How to show 3.00000 rather than 3?
- Mon Oct 02, 2006 10:36 pm
- Forum: Volume 4 (400-499)
- Topic: 412 - Pi
- Replies: 104
- Views: 30272
Using c++ to write 412
Anybody can tell me in c++ how to show the '0' in 3.000000?