Run ID:133037
提交时间:2025-10-13 17:25:16
#include <iostream> input output using namespace std; int main{ char A; cin>>A; int 65=A; cout<<65; }