Vladik and fractions
Posted leiyuanze
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vladik and fractions相关的知识,希望对你有一定的参考价值。
代码(该代码忽略 (n=1))
#include<cstdio>
using namespace std;
int n;
int main()
{
scanf("%d" , &n);
printf("%d %d %d" , n , n + 1 , n * (n + 1));
}
以上是关于Vladik and fractions的主要内容,如果未能解决你的问题,请参考以下文章
CodeForces 743A Vladik and flights (水题)
Codeforces Round #416 (Div. 2) 811D Vladik and Favorite Game
(线段树+并查集) Codeforces Round #416 (Div. 2) E Vladik and Entertaining Flags