#include <bits/stdc++.h>
using namespace std;
int main()
{
return puts("Hello,World!"),0;
}
04-01
2093

12-05
2850

#include <bits/stdc++.h>
using namespace std;
int main()
{
return puts("Hello,World!"),0;
}