#include <stdio.h>int main () {for(int i=0; i<100; i++) {static int num += i;}goto move;return 0;}:move
아까 밑에서 물어보니까 & 붙이라던데
Goto는 장난으로도 쓰면 안돼얌