Run ID:144048
提交时间:2026-01-18 16:19:10
#include <iostream> using namespace std; int main() { int a=1000,b=220; cout<<a/b<<endl; return 0; }