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

PROGRAMMING:Honesty first

Luz5年前 (2021-05-10)题库415
Honesty is the foundation of being human. Output the string "Honey test, no cooking!" vertically
###Input format:
Honesty test, no cheating!
###Output format:
Look at the examples
###Input example:
Here is a set of inputs. For example:
```in
Honesty test, no cheating!
```
###Output example:
The corresponding output is given here. For example:
```out
H
o
n
e
s
t
y
t
e
s
t
,
n
o
c
h
e
a
t
i
n
g
!
```







answer:If there is no answer, please comment