Run ID:4442
提交时间:2024-08-18 15:32:24
#include <iostream> using namespace std; int main(){ int a=123; int b=456; cout<<"sum is"<<a+b; return 0; }