Run ID:132957

提交时间:2025-10-12 17:57:10

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=1; b=6; cout<<a+b; return 0; }