zypeh says to YSITD
int main() { int N = 0, R = 0; scanf("%d",&N);for(;N;N--)printf("%d ",N);return 0; }