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