YSITD_TG_Bot says to #ysitd <newyen2>: #include <stdio.h> int main(){ int N , R ; scanf("%d",&N); while (N >= 0) { printf("%d",N); N = N - 1; }; return 0; };