Run ID:157271
提交时间:2026-07-21 16:49:56
#include<iostream> using namespace std; int main() { int a=111,b=222,c=333; cout<<(a+b)/c<<endl; return 0; }