#include<iostream> #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> #include<vector> #include<map> using namespace std; #define pf printf #define sf scanf #define loop(i, n) for(i=0; i<(n); i++) #define MAX 100 int main() { int test, t; int m, l, ans; sf("%d", &test); for(t=1; t<=test; t++) { sf("%d %d", &m, &l); if(m==l) { ans = (m*4)+19; } else { ans = (abs(l-m)*4)+(m*4)+19; } pf("Case %d: %d\n", t, ans); } return 0; }
Saturday, May 16, 2015
1069 - Lift (Light OJ)
Subscribe to:
Post Comments (Atom)
Compare equality of two string in C
#include <stdio.h> #include<string.h> int main() { char* country = "Bangladesh"; char* country2; ...
-
#include<iostream> #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> using namespac...
-
#include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<cstring> #include<ve...
-
#include<iostream> #include<cstdio> #include<cmath> #include<cstring> using namespace std; #define pf printf ...
No comments:
Post a Comment