抗议必胜2

抗疫必胜2

https://ac.nowcoder.com/acm/problem/214226

链接:https://ac.nowcoder.com/acm/problem/214226 来源:牛客网

题目描述 2020年,抗击疫情,众志成城,我们一定能取得疫情战役最后的胜利(Victory)。乎乎想输出n行“China will win the battle against COVID-19.”,请帮他编程实现。 输入描述: 一行,一个整数n(3~100),表示输出的行数。

输出描述: 针对输入,输出n行“China will win the battle against COVID-19.”

#include <bits/stdc++.h>
using namespace std;
int main()
{
	int n;
	cin>>n;
	for(int i = 0;i<n;i++)
	{
		cout<<"China will win the battle against COVID-19."<<endl;
	}
	return 0;
} 
全部评论

相关推荐

肥肠椒绿:双非本可不就犯天条了,双非本就应该打入无间地狱
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务