cout precision
problem
while sovlving BOJ 1008,
floating point precision that cout prints were not precise enough to meet the problem’s precision condition
solution
according to cout precision,
the default precision for cout is 6 -> set it to 10 to meet the problem’s condition
git status korean display issue
Problem
Korean characters in Git status aren’t displayed correctly.
dong@will-kpc Programmers % git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working direct...
31 post articles, 4 pages.