- /****************##### بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيم #####*******************
- __________________________________________________________________________
- ###################### Ya-Seen Arafat(ACWizard) #########################
- ###################### UAP-CSE-33B #########################
- *************************************************************************/
- #include <bits/stdc++.h>
- #define sc(n) scanf("%d", &n)
- #define S 100003
- using namespace std;
- typedef long long LL;
- int main(){
- int t, a, b, cs = 0;
- sc(t);
- while(t--){
- sc(a); sc(b);
- printf("Case %d: %d\n", ++cs, a+b);
- }
- return 0;
- }
Saturday, June 6, 2015
LightOJ - 1000 - Greetings from LightOJ
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment