YSITD_TG_Bot says to #ysitd <zypeh>: int main() { int N = 0, R = 0; scanf("%d",&N);for(;N;N--)printf("%d ",N);return 0; }