Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int main() { cout.precision(4); cout << 12.3456; return 0; }
12.35