Cod sursa(job #3316986)
| Utilizator | Data | 21 octombrie 2025 16:45:10 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.14 kb |
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin >> a >> b;
cout << a+b;
return 0;
}
