정말 화나게 하는 문제다. 하지만 모든 문제는 답이 있다. 백준 시스템은 절대 틀리지 않는다. 내가 틀릴뿐 #include #include #include using namespace std; int main(int argc, const char * argv[]) { ios_base::sync_with_stdio(0);cin.tie(0); int n; cin >> n; int start, end, mid; start = 0; end = n; while(start