Sponsors

Tag: problem: (C) Vladik and fractions Solve in C/C++

Codeforces Round #384 (Div....

#include<stdio.h> int main(){ long x; scanf("%ld",&x); if(x==1) printf("-1"); else printf("%ld %ld %ld",x,x+1,x*(x+1)); return 0; }

Advertisement

spot_img