Cod sursa(job #3317682)
| Utilizator | Data | 24 octombrie 2025 21:46:10 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.11 kb |
#include <iostream>
using namespace std;
int main()
{
int a, b;
cin>>a>>b;
cout<<a+b;
return 0;
}