洛谷P4413 R2

好,这是一道巨水题......

 1 #include <cstdio>
 2 using namespace std;
 3 typedef long long LL;
 4 int main()
 5 {
 6     LL a,b;
 7     scanf("%lld%lld",&a,&b);
 8     printf("%lld",2*b-a);
 9     return 0;
10 }
巨水代码...
原文地址:https://www.cnblogs.com/huyufeifei/p/8890452.html