#include <iostream> using namespace std; int main() { int n=0; cin>>n; //循环输出 for(int i=0;i<n;i++){ cout<<"Happy new year!Good luck!"<<endl; } system("pause"); return 0; } // 64 位输出请用 printf("%lld")
#include <iostream> using namespace std; int main() { int n=0; cin>>n; //循环输出 for(int i=0;i<n;i++){ cout<<"Happy new year!Good luck!"<<endl; } system("pause"); return 0; } // 64 位输出请用 printf("%lld")