Run ID:133223

提交时间:2025-10-18 07:24:16

#include <iostream> using namespace std; int main(){ int b=65; cin>>b; int a=b; cout<<a; }