#include <stdio.h>

int main()
{
     printf("Hello, MVS!\n");
     return 0;
}