Run ID:138805
提交时间:2025-11-29 21:43:11
#include<iostream> using namespace std; int main() { int a; a=120; cout << a << endl; return 0; }