Advertisement
Guest User

C++ basic

a guest
Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdio.h>
  3. #include <tchar.h>
  4. #include <cmath>
  5. #include <fstream>
  6. #include <string>
  7. #include <sstream>
  8. #include <iomanip>
  9. #include <stdlib.h>
  10. #include <float.h> // Dėl DBL_MAX, -DBL_MAX ar (-)FLT_MAX
  11. #include <limits.h> // Taip pat dėl (-)KintamojoTipas_MAX
  12. #include <cctype> // Dėl str[0] = toupper (str[0]);
  13. #include <sstream>
  14. #include <cstdio>
  15. #include <cassert>
  16. #include <vector>
  17. #include <algorithm>
  18. #include <Windows.h>
  19. #include <time.h> // srand(time(NULL));
  20. #include <new>
  21.  
  22. using namespace std;
  23.  
  24. int main()
  25. {
  26. setlocale(LC_ALL, "Lithuanian");
  27.  
  28.  
  29.  
  30. return 0;
  31. }
  32.  
  33.  
  34.  
  35.  
  36. https://konkursai.if.ktu.lt/index.php/teorija-3 // C++ teorija. Nevisada reikės.
  37.  
  38. https://forumas.ktu.lt/index.php/uzduociu-archyvas/2017-metu-konkursu-uzduotys
  39.  
  40. bit.ly/cppFast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement