Cod sursa(job #2782432)
| Utilizator | Data | 12 octombrie 2021 13:39:52 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream>
using namespace std;
int main()
{
int a = 12;
int b = 14;
cout<<a+b;
cout.flush();
}
