JAVA
·
发表于 5年以前
·
阅读量:900
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
return 0;
}