C++与Python对比:
//C++ #include <iostream> int main() { std::cout << "......" << std::endl; return 0; }
#python print("......")
同样的任务,四行对一行