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