Run ID:2226
提交时间:2023-12-16 20:31:09
#include <iostream> using namespace std; int main(){ int a,b; a=123; b=456; cout<<"sum is "<<a+b; return 0; }