Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
www.spoj.com/PTIT/problems/BCVTAB/
SUBMITTED BY:
Guest
DATE:
Feb. 16, 2014, 4:27 a.m.
FORMAT:
Text only
SIZE:
266 Bytes
Raw
Download
Tweet
HITS:
1217
Go to comments
Report
//Haha TTpro
//BCVTAB spoj
//http://www.spoj.com/PTIT/problems/BCVTAB/
#include <iostream>
using namespace std;
int main()
{
long long int a,b;
cin >>a>>b;
long long int c;
c=a+b;
cout<<c;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus