Autor Wiadomość
Ghosty
PostWysłany: Śro 12:39, 04 Kwi 2007    Temat postu:

High quality full size videos!

http://amazing-girl-videos.com/
http://alisa-videos.info/
KaMyK
PostWysłany: Sob 10:34, 22 Kwi 2006    Temat postu:

#include <MH.h>

main()
{
int bzdet,y,x;

ifstream fin;
fin.open("C:\\danepr6.txt");


while (!eof(fin))
{
fin>>x;
fin>>y;
if (x<y) cout<<x<<" "<<y<<endl;

}


fin.close();
getch();
}
ArturS
PostWysłany: Sob 10:01, 22 Kwi 2006    Temat postu:

#include <MH.h>

main()
{
int bzdet,y,min;

ifstream fin;
fin.open("C:\\danepr6.txt");
fin>>bzdet;
fin>>y;
min=y;
while (!eof(fin))
{
fin>>bzdet;
fin>>y;
if (min>y) min=y;

}

cout<<min;
fin.close();
getch();
}
ArturS
PostWysłany: Sob 10:01, 22 Kwi 2006    Temat postu: C++ zjazd 2

#include <MH.h>

main()
{
int y,x,iloczyn,ile;

ifstream fin;
fin.open("C:\\danepr6.txt");
ile=0;

while (!eof(fin))
{
fin>>x;
fin>>y;
iloczyn=x*y;
if (iloczyn<1500) ile=ile+1;


}

cout<<ile;
fin.close();
getch();
}

Powered by phpBB © 2001, 2005 phpBB Group