PROGRAMMING:Copying English words
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
###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