Run ID:110926
提交时间:2025-02-23 19:13:12
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<1000-a*b; return 0; }