Run ID:104981
提交时间:2025-01-11 20:36:23
#include<iostream> using namespace std; int main(){ cout<<"sum is"+(123+456); return 0; }