Run ID:141765

提交时间:2025-12-28 14:57:15

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