fayllar.orgma'muriyatiga murojaat qiling
Variant 17
#include
using namespace std;
int main () {
int count=0;
string line;
ifstream myfile("file1.txt");
while(getline(myfile, line))
++count;