short-snip/precision.cpp
- View this file on GitHub
- Last update: 2020-09-17 11:52:26+09:00
Code
${1:std::cout} << std::fixed << std::setprecision(12);
$0
#line 1 "short-snip/precision.cpp"
${1:std::cout} << std::fixed << std::setprecision(12);
$0