myfirst.cpp
#include <iostream> int main() { using namespace std; cout << "Come up and C++ me some time."; cout << endl; cout << "You won't regret it!" << endl; return 0; }
暂无评论,快来发表第一条评论吧!