Fast IO
해당 코드는 thread unsafe하기 때문에 주의해야합니다. 정확히는 unlocked 함수가 thread unsafe
하기 때문입니다. thread safe한 기능을 원하신다면 단순 putchar getchar를 사용하시면 됩니다.
c++
1 |
|
Digression
다이아를 달성했습니다.