https://www.acmicpc.net/problem/2557
#include <iostream> using namespace std; int main() { /* 2557. Hello World */ cout << "Hello World!" << endl; }