-->
当前位置:首页 > 题库

PROGRAMMING:Copying English words

Luz5年前 (2021-05-10)题库391
Xiao Li's dictation in English class was not good. The teacher punished Xiao Li for copying the words "math", "English", "computer" m times for n days.
###Input format:
Give two integers n, m less than 100 in one line.
###Output format:
Output all the words copied by Xiaoli n days, three words written in one line.
###Input example:
Here is a set of inputs. For example:
```in
3 2
```
###Output example:
The corresponding output is given here. For example:
```out
Math,English,Computer
Math,English,Computer
Math,English,Computer
Math,English,Computer
Math,English,Computer
Math,English,Computer
```







answer:If there is no answer, please comment