Run ID:131744
提交时间:2025-10-01 13:08:58
#include<bits/stdc++.h> using namespace std; int main(){ char c; c =100; cout<<c; return 0; }