-
76.
0ahu banu
-
77.
0
- 78.
- 79.
-
80.
0biraz yaşlı ama gene de giber seni.
-
81.
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! -
82.
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;
}
} -
83.
0Ne me quitte pas
valla bu varmış.. çok entelim. - 84.
- 85.
-
86.
0koy gotune rahvan gitsin
-
87.
0reserved
- 88.
-
89.
0o değilde (bkz: modlar inboxumu görebilir mi)
-
90.
0
-
91.
0цензор и удаление комментариев. скоро будет здесь, на стене.
-
92.
0annsizinn
- 93.
-
94.
0http://inciswf.com/1292972964.swf imana gel
-
95.
0
-
sabah sabah cok eslilik tek eslilik
-
furkycan ne isle mesgulsun burom
-
koca nesil kurye kasiyer amg
-
sılık caylak derken 15 kısı kalmısız
-
sözlüğe gelmiş geçmiş en delikanlı admin
-
helix nerede la amg
-
jew slayer kafayi beyaz ustunluguyle bozmus
-
helix senin baci ne durumda la
-
ne salak muhabbet yabiyonuz
-
su tipi utanmadan paylasmak ozguven degil
-
babama öfkeliyim akpli olduğu için
-
belirli suphelerim olmakla birlikte
-
muhtar ne hayaller vardi la
-
la beni iyi dinleyin amg
-
kons abi mesajss
-
incisozluk 10 onlije
-
ben zenci olup
-
caylaklama artik milleti
-
pipim kalın ve 18cm
-
daha resimli baslik acamiyorsun
-
44 cm kol 24 cm penis 194 cm boy
- / 1