Run ID:113392
提交时间:2025-03-15 18:12:18
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"4+6="<<4+6; return 0; }