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