#include <stdio.h> int main() { char n; scanf("%c",&n); printf("%d",n); }
收起
在dos窗口重新使用gcc命令编译
报告相同问题?