Run ID:133222
提交时间:2025-10-18 07:20:46
#include <iostream> using namespace std; int main(){ char a; int b; a=b; cout<<b; }