Run ID:143821
提交时间:2026-01-17 20:10:57
#include <stdio.h> usenamespace std; int main(){ int a=123,b=456; cout<<"sum is"<<a+b<<endl; return 0; }