1 2 3 4 5 6 7 | include <stdio.h> int i; for (i=0;i<=10;i++) { printf("%d",i) } |
aW5jbHVkZSA8c3RkaW8uaD4KCmludCBpOwpmb3IgKGk9MDtpPD0xMDtpKyspCnsKCXByaW50ZigiJWQiLGkpCn0=
Translating: prog.icn: File prog.icn; Line 1 # "include": invalid declaration 1 error
-
結果: 編譯失敗(CE) (也許你想要看看範例 Icon)



