#include <iostream>
using namespace std;
int main()
{
    cout << "HelloWorld\n";
    return 0;
}



相关文章: