Run ID:133224
提交时间:2025-10-18 07:25:14
#include <iostream> using namespace std; int main(){ int b=65; cin>>b; int A=b; cout<<A; }