mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-24 01:08:47 +00:00
P4413 [COCI2006-2007#2] R2
R39857615
This commit is contained in:
parent
80d695997a
commit
bd5de06d06
10
problem/P4413/P4413.cpp
Normal file
10
problem/P4413/P4413.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int s, r1;
|
||||
cin >> r1 >> s;
|
||||
cout << s * 2 - r1 << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user