标签:style blog http color os width
input | output |
---|---|
40 40 |
120 |
1 #include<iostream> 2 #include<string.h> 3 #include<stdio.h> 4 #include<ctype.h> 5 #include<algorithm> 6 #include<stack> 7 #include<queue> 8 #include<set> 9 #include<math.h> 10 #include<vector> 11 #include<map> 12 #include<deque> 13 #include<list> 14 using namespace std; 15 int main() 16 { 17 int a,b; 18 cin>>a>>b; 19 printf("%d",max(2*b+40,2*a+39)); 20 return 0; 21 }
URAL 1876 Centipede's Morning,布布扣,bubuko.com
标签:style blog http color os width
原文地址:http://www.cnblogs.com/qscqesze/p/3854180.html