#include using namespace std; int main() { cout << "hello world!" << endl; cout << "基尼太没" << endl; return 0; }