"hello, world! \n"
(高顯忠, sjgau4311@gmail.com, 2012-04-19 14:30)
1樓
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
//
printf("hello, world! 0227 !@#$\n");
system("PAUSE");
return EXIT_SUCCESS;
}// end of main()