20070509

c++200例(二)

100.
#include<iostream.h>
#define PI 3.1416
main() {
int i=100;
#if 1
cout<<"i="<<i<<endl;