Run ID:128197

提交时间:2025-08-09 19:14:03

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