Run ID:104352
提交时间:2025-01-04 20:25:13
#include<iostream> using namespace std; int main(){ int a = 1, b = 2; cout<<a+b; return 0; }