Run ID:88135
提交时间:2024-08-17 17:43:18
#include<iostream> using namespace std; int main() { int a=1000; int b=220; cout<<a%b<<endl; return 0; }