Advertisement
Guest User

CPP

a guest
Oct 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <iostream>
  2. #include <iomanip>
  3. #include <string>
  4. using namespace std;
  5. int main()
  6. {
  7. return 0;
  8. }
  9.  
  10. cout<<setprecision(number)<<fixed<<variable<<endl;
  11.  
  12. #include <cmath>
  13. #include <cstdio>
  14. #include <vector>
  15. #include <iostream>
  16. #include <algorithm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement