Run ID:104984

提交时间:2025-01-11 20:37:17

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