test

C code posted
created at 24 Nov 16:44, updated at 06 Dec 06:38

Edit | Back
1
2
3
4
5
6
7
8
9
#include <iosteam>

int main()
{
   int a,b;
   std::cin >> a >> b;
   std::cout << a + b << std::endl;
   return 0;
}
126 Bytes in 2 ms with coderay