Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
precision and fixed point notation
//g++ 5.4.0 #include <iostream> using namespace std; int main() { double a=10; cout << a << endl; cout.precision(1); cout << a << endl; cout << fixed << a << endl; return 0; }
run
|
edit
|
history
|
help
0
Permute
Silly circular pointer
cotton farm 0.0.1.0
shell sort
FindKthElementDivideConquer
Dar
remove dublicates from string using recursion
pattern
Problema Siruri
Bad code