813192cbe2
revert fffff
@ -1,15 +0,0 @@
//#include <stdio.h>
//
//void main() {
// int i;
// int n;
// printf("n=");
// scanf_s("%d", &n);
// i = 1;
// do {
// printf("%d ", i);
// i = i + 1;
// } while (i <= n);
//}
The note is not visible to the blocked user.