delete pics to save space
This commit is contained in:
9
1.4413.cpp
Normal file
9
1.4413.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int R1,S;
|
||||
cin>>R1>>S;
|
||||
cout<<2*S-R1<<endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user