GNU is Not Unix(translated by:LydiaCCC)

GNU is Not Unix(translated by:LydiaCCC)

GNU is an abbreviation of “GNUisNotUnix”.
In other words, after one recursion, “GNU” should be turned into “GNUisNotUnix”;
One more time, “GNU” should be turned into “GNUisNotUnixisNotUnix”;
Obviously, the result should be “GNUisNotUnixisNotUnixisNotUnix” after three recursions, and so on.
Please output the result after N recursions. Attention, it is case-sensitive and no blank spaces are included.
Given 1 row includes 1 integer N, 1<=N<=1000000, output 1 line representing the result after N recursions.

Sample
Input:

4

Output:

GNUisNotUnixisNotUnixisNotUnixisNotUnix

Special thanks: this is translated selflessly by LydiaCCC, who did not want to be named.

信息

难度
9
分类
(无)
标签
递交数
4
已通过
3
通过率
75%
上传者