Cod sursa(job #1870037)
Utilizator | Data | 6 februarie 2017 12:20:55 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <iostream>
using namespace std;
int a, b;
int main()
{
cin >> a >> b;
cout << "Hello, it's meee!!! :)";
return 0;
}