文件目录
#include <iostream> using namespace std; int main() { char a; cin >> a; cout << a + 0; return 0; }
返回