Run ID:102371

提交时间:2024-12-21 15:25:11

#include<iostream> using namespace std; int main() { int a; a=9; cout<<a<<endl; return 0; }