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