Run ID:157131
提交时间:2026-07-20 10:28:51
#include<iostream> using namespace std; int main() { int a,b; a=1000; b=220; cout<<a%b<<endl; return 0; }