This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdlib.h> | |
int main(){ | |
int n; | |
scanf("%d",&n); | |
printf("%c\n",n); | |
/*題目:C_ST03-易 萬國碼轉成對應字元 | |
作者:1010 | |
時間:西元 2017 年 4 月*/ | |
} |
這題應該是ITSA所有題目程式碼最少行的題目吧...
這題很直覺的直接把獨到的整數用%c字元他就會自動轉成相對應的ASCII碼符號了
沒有留言:
張貼留言