Cod sursa(job #2399794)
| Utilizator | Data | 8 aprilie 2019 00:08:35 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp-64 | Status | done |
| Runda | test_mustang | Marime | 0.22 kb |
#include<bits/stdc++.h>
using namespace std;
int main() {
freopen("adunare.in", "r", stdin);
freopen("adunare.out", "w", stdout);
short a, b;
cin >> a >> b;
cout << a + b;
return 0;
}
