Run ID:144050

提交时间:2026-01-18 16:20:18

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