#include <iostream>
using namespace std;
int main()
{
cout << "msvc: hello world!" << endl;
return 0;
}