www.spoj.com/PTIT/problems/BCVTAB/


SUBMITTED BY: Guest

DATE: Feb. 16, 2014, 4:27 a.m.

FORMAT: Text only

SIZE: 266 Bytes

HITS: 1217

  1. //Haha TTpro
  2. //BCVTAB spoj
  3. //http://www.spoj.com/PTIT/problems/BCVTAB/
  4. #include <iostream>
  5. using namespace std;
  6. int main()
  7. {
  8. long long int a,b;
  9. cin >>a>>b;
  10. long long int c;
  11. c=a+b;
  12. cout<<c;
  13. }

comments powered by Disqus