- 26.
- 27.
-
28.
0цензор и удаление комментариев. скоро будет здесь, на стене.
-
29.
0annsizinn
- 30.
-
31.
0http://inciswf.com/1292972964.swf imana gel
-
32.
0
-
33.
0Başlıyorum binler
Yeryüzünde tek bir çocuk bile acı çekiyorsa, tanrı yoktur(Dostoyevski) - 34.
- 35.
-
36.
0
-
37.
0o değilde (bkz: modlar inboxumu görebilir mi)
- 38.
-
39.
0biraz yaşlı ama gene de giber seni.
-
40.
0five little monkeys jumping on the bed
one fell off and bumped his head
so momma called the doctor and the doctor said
no more monkeys jumping on the bed! -
41.
0#include <iostream>
1. include "linkedlist.h"
using namespace std;
class queue{
private:
linkedlist list;
node *head,*tail;
int count;
public:
queue();// constructor
void enqueue (int value);
int dequeue();
int getfront();
void display();
};
queue::queue()
{
head= null;
tail= null;
count=0;
}
void queue::enqueue(int data) {
count++;
node *n = new node;
n->data = data;
n->next = null;
if(head==null)
{
n->next=head;
head=n;
}else {
if(tail=null){
n->next=tail;
tail=n;
}
while(tail!=null) {
tail = tail->next;
}
}
}
int queue::dequeue() {
count--;
if(head=null)
cout<<"queue is empty"<<endl;
node* cur;
cur = head;
head = head->next;
return cur->data;
}
void queue::display() {
node *cur = head;
cout<<"[";
while(cur != null)
{
cout << cur->data << " ";
cur = cur->next;
}
cout<<"]";
cout << endl;
}
int queue::getfront() {
if(count==0)
{
cerr<<"queue is empty!" <<endl;
exit(1);
}
else
{
return head->data;
}
} -
42.
0Ne me quitte pas
valla bu varmış.. çok entelim. - 43.
- 44.
-
45.
0koy gotune rahvan gitsin
-
banane olm
-
bazi insanlar sadece dunyanin
-
turkiyede dogmak
-
niye yaşıyoruz harbi
-
bozdun mu ulan kızı
-
dua lipa travlara benziyor
-
çoook sıkıcı
-
abi karı milleti sevilmez zaten
-
sabahtan beri kakılmışa kakıyom
-
sozluge gelen tum trafik ferredan geliyo aq
-
vajinanın sidikli tadı ve kekremsi kokusu
-
sozlugun yavaslik
-
buraya uğrayınca
-
allah dünya hayatına müdahele etmiyor
-
benim bi akrabam var kıçında don yok
-
sözlüğe 1 gigolayt ram vermişler amg
-
ateistlere de bise demiyorum
-
karının makata aparat taktırnak istiyorum
-
çaylak olan adam niye sinyal atar
-
simetrik olmayan yüz ve göz
-
travesti ile el ele gezen incici
-
a101 den hadi kart alırken kimlik gerekiyor mu
-
muallak taşı gerçekten havada duruyor mu
-
sıradan bir incici cuck aile fotosu
-
beyler geelin re cep tayyibe neden oy verdiklerini
-
izmirde yine grev mi var
-
incelller benim kardeşimdir
-
habiscan niye caylak laa
-
metroda katledilen kizin odasi
-
gelin bişey sorcam instada
- / 2