11631 - Cython   

Description

USE C ONLY

JUST FOR FUN

One day I worte a python code like this 

 


#include "code.c"

str()
ss = "Heeeee!"
for i in ss:
    print(i)


 

after running it you will see something like this 

 


H
e
e
e
e
e
!


 

And I wonder if it can run on the NTHUOJ

Can you help me ?

TIP : USE YOUR CREATIVITY 

Input

Output

Sample Input  Download

Sample Output  Download

Partial Judge Code

11631.c

Partial Judge Header

11631.h

Tags




Discuss