fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int main(){
  4. int s, x;
  5. cin >> x >> s;
  6. cout << 2*s-x;
  7. }
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
340841603