Run ID:141722

提交时间:2025-12-28 14:44:40

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