Advertisement
Guest User

lyginis žodžių skaičius

a guest
Nov 23rd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. #include <string>
  2. #include <fstream>
  3. #include <iomanip>
  4. #include <iostream>
  5.  
  6. using namespace std;
  7.  
  8. const char CDuom[] = "Duomenys.txt";
  9.  
  10.  
  11. int main()
  12. {
  13.     setlocale(LC_ALL, "Lithuanian");
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement