Run ID:133671

提交时间:2025-10-20 16:52:25

#include<bits/stdc++.h> using namespace std; int main(){ cout<<"sum is"; cout<<7+8; return 0; }