Run ID:141283
提交时间:2025-12-21 20:05:40
#include<iostream> using namespace std; int main(){ int a=1; int b=400; cout<<a+b<<endl; }