while(some condition){ i++}while(same above){ j++}이거랑while(same above){ i++ j++}이거랑 성능이 똑같나요? 반복실행되는 명령수는 같은데!..
댓글 0