1 // 2006.7.25
2 #include  < iostream >
3 using   namespace  std;
4 int  main()
5 {
6     cout << " Hello my blog! " ;
7 }