Run ID:111046

提交时间:2025-02-25 19:32:06

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