Run ID:104983

提交时间:2025-01-11 20:36:51

#include<iostream> using namespace std; int main(){ cout<<"sum is"<<123+456; return 0; }