Cod sursa(job #3269936)
| Utilizator | Data | 21 ianuarie 2025 15:31:35 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.22 kb |
#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main()
{
long long int a,b
cin>>a>>b; cout<<a+b;
return 0;
}
