743C Codeforces - Vladik and fractions
Solution in C++
#include <iostream>
using namespace std;
int n;
int main()
{
cin>>n;
if(n!=1)
cout<<n<<" "<<n+1<<" "<<n*(n+1);
else cout<<-1;
return 0;
}
0 التعليقات:
إرسال تعليق