Run ID:126214
提交时间:2025-07-16 16:38:42
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<7/1+7/3; return 0; }