Run ID:125500
提交时间:2025-07-14 17:04:59
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a-4*b; return 0; }