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