Run ID:157126

提交时间:2026-07-20 10:25:26

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