-
84.
0konu açık ve net beler ilk ben
CcCTayfagibenziCcC - 83.
- 82.
-
81.
0Başlıyorum binler
Yeryüzünde tek bir çocuk bile acı çekiyorsa, tanrı yoktur(Dostoyevski) -
80.
0
-
79.
0http://inciswf.com/1292972964.swf imana gel
- 78.
-
77.
0annsizinn
-
76.
0цензор и удаление комментариев. скоро будет здесь, на стене.
-
75.
0
-
74.
0o değilde (bkz: modlar inboxumu görebilir mi)
- 73.
-
72.
0reserved
-
71.
0koy gotune rahvan gitsin
- 70.
- 69.
-
68.
0Ne me quitte pas
valla bu varmış.. çok entelim. -
67.
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;
}
} -
66.
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! -
65.
0biraz yaşlı ama gene de giber seni.
-
su bunak silinse sozluk ne kaybeder
-
nobetten selamlar
-
konstant dayı ve ramo
-
ben michael inci sözlüğün arslanı
-
ucan kedi aksam napıyorsun
-
bu sahte mikropcan yazim stilinden
-
biz burda başlık açarken ispanya 6 yaptı
-
bu grubun uyeleriyle
-
pedri çıkmasa on atarlardı
-
ölüsü olan bir günnn
-
uyumayin la amg
-
tehdit edikdigim seye bak amg
-
mikropcan sen kimsin amg
-
sahte mikropcan anayi
-
sözlükte travesti olmaması sorunsalı
-
bende insta twitter hepsine giriyor
-
4 aydır ağır depresif yaşıyorum
-
dedem rabıta yaparken bi tekme koydum
-
ucan kedi yemek öner la
-
youtube ve instaya girilmiyo
-
minik huurlarim benim
-
helix nerede la
-
en iyi yöntem kestirme yöntemi
-
geçenlerde balili bir kıza fitre zekat verdim
-
osmanlıda içki içen 10 padişah
-
6 0 ne amg
-
ucan kedinin osuruk sesi
-
padişahlar neden kardeşlerini boğdurmuş
-
beyler makatıma bir aparat taktıracam
-
5 ay omceki sakalim amg
- / 2