본문 바로가기

Programming/Tip&Informaion

EOF (테스트 케이스가 주어지지 않았을 때)

while(scanf("%d %d", &a, &b) != EOF){
    // run code
}

를 사용하면 됨 헤더파일 #include <cstdio> or #include <stdio.h>