1、第一行代码#include <stdio.h>
2、第二行代码#int main(){
3、然后输入代码char ch = 'a';
4、然后输入printf(“c%",ch);
5、然后输入代码体}