1127: C语言4.2
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:5
Solved:3
Description
使用getchar读入单个字符,并用putchar函数输出。
Input
只有一个字符。
Output
读入的字符。
请注意行尾输出换行。
Sample Input Copy
a
Sample Output Copy
a