#include <stdio.h>


int main () {

for(int i=0; i<100; i++) {

static int num += i;

}

goto move;

return 0;

}


:move