Run ID:141762

提交时间:2025-12-28 14:55:22

#include<iostream> using namespace std; int main(){ longlong a=1000,b=220; cout<<a+b<<endl; return 0; }