# include <bits/stdc++.h> // # include "cyklib.hpp" using namespace std; typedef long long ll; const ll inf = 1e9 + 7; const ll mod1 = 1e9 +7 , mod2 = 1e9 + 9; ll n , m , k , ans = 0 , q , a , b; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cin >> a >> b; cout << a + b; } /* */
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # include <bits/stdc++.h> // # include "cyklib.hpp" using namespace std; typedef long long ll; const ll inf = 1e9 + 7; const ll mod1 = 1e9 +7 , mod2 = 1e9 + 9; ll n , m , k , ans = 0 , q , a , b; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cin >> a >> b; cout << a + b; } /* */ |