0949 不说脏话 | OJ题库 | CODE STUDY
CODE STUDY
Programming Practice Platform

欢迎回来

0949

不说脏话

Easy 时间限制 1000 ms 内存限制 262144 KB
循环结构

题目详情

返回题库

题目描述

有一天小明说脏话时被老师听到了,结果被罚在黑板上写n遍"I don't say swear words!"。

输入描述

输入只有一行,其中含有一个正整数n(1≤n≤10),代表被罚写的次数。

输出描述

输出 n  行"I don't say swear words!"。

测试样例

样例支持多行内容展示
样例1
输入
2
输出
I don't say swear words!
I don't say swear words!
editor.py

提交前会先自动运行样例。只有样例全部通过,才会进入后端正式判题。