Saturday, June 6, 2015

LightOJ - 1000 - Greetings from LightOJ

  1. /****************#####    بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيم  #####*******************
  2. __________________________________________________________________________
  3. ######################  Ya-Seen Arafat(ACWizard) #########################
  4. ######################        UAP-CSE-33B        #########################
  5. *************************************************************************/
  6. #include <bits/stdc++.h>
  7. #define sc(n) scanf("%d", &n)
  8. #define S 100003
  9. using namespace std;
  10. typedef long long LL;
  11. int main(){
  12.     int t, a, b, cs = 0;
  13.     sc(t);
  14.     while(t--){
  15.         sc(a); sc(b);
  16.         printf("Case %d: %d\n"++cs, a+b);
  17.     }
  18.     return 0;
  19. }

No comments:

Post a Comment