Run ID:4874

提交时间:2024-09-28 17:08:20

#include<bits/stdc++.h> using namespace std; int main(){ int a=1000,b=220,c=0; c=a%b; cout<<c<<endl; }