Run ID:132602
提交时间:2025-10-11 18:13:51
#include<iostream> using namespace std; int main(){ int a; a=4; cout<<4; return 0; }