#24766: __引號


10755006@st.chjhs.tp.edu.tw (FF)


try:
    while True:
        n = int(input())      
        print("'C' can use printf(" '"%d"' ",n); to show integer like" ,n)
except EOFError:
    pass


要注意單雙引號;尤其在%d那裡