Run ID:133221

提交时间:2025-10-18 07:20:05

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