3444:This is line x

时间限制:1 S   /  内存限制:8192 KB
AC:282   /  Submit:794
问题描述

输出m行文字,文字内容是This is line x.

其中x要分别用数字1、2、...、m替换。

输入描述

只有一组案例。

一个正整数m,表示有m行文字。(m<=30)

输出描述

输出m行文字,文字内容是This is line x.

其中x要分别用数字1、2、...、m替换。

最后一行文字输出结束后也要换行。

样例输入复制样例

3

样例输出

This is line 1.

This is line 2.

This is line 3.


相关

22智能Python基础语法模拟题


Copyright 2016 - 2024 XUJC ACM Team
闽ICP备2020022076号-1