#include <iostream> using namespace std; int main() { for(int i=0;i<3;i++){ cout<<"Welcome to ACM / ICPC!"<<endl; } } // 64 位输出请用 printf("%lld")