团体程序设计天梯赛
#include<iostream> using namespace std; int main(){ cout << "Talk is cheap. Show me the code."; return 0; }