@@ -0,0 +1,9 @@
#include <stdio.h>
int main() {
for (int i = 1; i <= 15; i++) {
printf("%d\n", i);
}
return 0;
The note is not visible to the blocked user.