[정올 1240] 제곱근 http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&code=1240&sca=99 JUNGOL www.jungol.co.kr #include typedef unsigned long long u64; u64 N; //Binary Search u64 bsearch(u64 s, u64 e, u64 target) { u64 ans = target, mid; while (s 프로그래밍 알고리즘 2023.01.02