Cod sursa(job #2665417)
| Utilizator | Data | 30 octombrie 2020 18:41:33 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <bits/stdc++.h>
#include <cmath>
using namespace std;
ifstream f("2lan.in");
ofstream g("2lan.out");
int n;
int main()
{
cin>>n;
n++;
if(n%2==1)
n++;
cout<<n<<' '<<n+2;
return 0;
}
