Run ID:123145

提交时间:2025-06-28 11:36:07

#include <iostream> using namespace std; int main() { int a=220; int b=1000; cout<<a/b; return 0; }