#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;
}
📦 Looking for Codeforces Round 384 Div Problem Vladik? Check the best...
#include<stdio.h>
int main()
{
int i,j,n,a,b;
char s;
scanf("%d%d%d",&n,&a,&b);
scanf("%s",s);
if(s==s)
{
printf("0");
}
else
printf("1");
return 0;
}
📦 Looking for Codeforces Round 384 Div Problem Vladik? Check the best deals...