#include using namespace std; int main() { int v,v0; while(cin>>v>>v0) { cout<<2*v-v0<