close
#include <iostream> //c++ 的Input/Output
/*myfirst.cpp */
int main( )
{
using namespace std;
cout<<"Niki's first c++ program!"; //顯示在銀幕上
cout<<endl; //換行
return 0;
}
全站熱搜
#include <iostream> //c++ 的Input/Output
/*myfirst.cpp */
int main( )
{
using namespace std;
cout<<"Niki's first c++ program!"; //顯示在銀幕上
cout<<endl; //換行
return 0;
}