#include<stdio.h> int main() { int n; scanf("%d",&n); int m=n; int i=1; int num[n]; while(n>0) { int first=i+(m-n); num[0]=first; &nb...