跳转至

Object-oriented Programming--using c++

The First C++ Program

#include<iostream>
using namespace std;

int main()
{
    cout << "Hello, World! I am " << 18 << " Today!" << endl;
    return 0;
}

最后更新: 2023年11月15日 17:30:52
创建日期: 2023年11月15日 17:30:52