View Code of Problem 1

#include<stdio.h>
#include<algorithm>
#include<string.h>
#include<iostream>
#include<math.h>
#include<vector> 
using namespace std;


int main()
{
	long long  a,b;
	scanf("%lld%lld",&a,&b);
	printf("%lld",a+b);
	return 0;
} 	
	

	
	

Double click to view unformatted code.


Back to problem 1