@@ -0,0 +1,10 @@
#include <stdio.h>
int main(void)
{
int scores[1024];
for (int i =0; i < 1024; i++)
printf("%i\n", scores[i]);
}
The note is not visible to the blocked user.