Run ID:110930
提交时间:2025-02-23 19:18:00
#include<iostream> using namespace std; int main(){ int c; cin>>c; cout<<c-4*220; return 0; }