Hello World
// C++
std::cout << "hello world" << std::endl;
# Python
print('hello world')
// C++
std::cout << "hello world" << std::endl;
# Python
print('hello world')
津公网安备 12011302120432号