#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
原文:https://www.cnblogs.com/leiyuanze/p/12346738.html