提交时间:2024-01-23 08:48:48
运行 ID: 123649
#include<iostream> using namespace std; int main() { int n; cin>>n; cout<<1000-50*n; return 0; }