团体程序设计天梯赛
GPLT的签到题
#include<iostream> using namespace std; int main(){ cout << "Hello World!"; return 0; }