标签:pac int include space scanf names actions scan span
#include<cstdio>
using namespace std;
int n;
int main()
{
scanf("%d" , &n);
printf("%d %d %d" , n , n + 1 , n * (n + 1));
}
标签:pac int include space scanf names actions scan span
原文地址:https://www.cnblogs.com/leiyuanze/p/12346738.html