Run ID:138222
提交时间:2025-11-23 19:06:11
#include<iostream> using namespace std; int main(){ int a=123,b=456; cout<<"sum="<<a+b; extern 0; }