#include<bits/stdc++.h> using namespace std;
int main() { int x,y; cin>>x>>y; cout<<3*x-y-(x+y); return 0; }
算错了呗。
共 1 条回复
算错了呗。