View Code of Problem 1

//----fishman@Willian
#include<iostream>
#include<cstdio>
#include<string>
#include<cstring>
#include<algorithm>
#include<queue>
#include<stack>
#include<set>
#include<map>

using namespace std;
typedef long long ll;
typedef unsigned long long ull;
const int maxn=105;
int main()
{
    ull x,y;
    cin>>x>>y;
    cout<<x+y<<endl;
    return 0;
}

Double click to view unformatted code.


Back to problem 1