Wednesday, August 24, 2022

Beecrowd | 1000 Hello World! (URI Problem Solve)

Solution is given Below

#include <iostream>
using namespace std;
int main() {
cout<<"Hello World!\n";
return 0;
}

Wednesday, September 16, 2015

প্রশ্নবোধক প্রশ্নে

বস্তিতে ওঠে না চাঁদ
ফুটপাতেও নয়
ভাগ্যের চাবির গোছা
আজ প্রাসাদের ভেতর -
হে ভগবান আর কতোকাল
তোমার কৃপা প্রার্থী হয়ে থাকব ?

Monday, July 27, 2015

চিরদিন যে রমনী গভীর বিশ্বাসে
খুলে দিয়েছে শরীরের যাবতীয় পোশাক
সময়ে_অসময়ে, কালে-অকালে
বার বার মেতেছে নিষিদ্ধ অবৈধ সংগমে,
প্রতিবার এক উষ্ম প্রত্যয়ে হয়েছে অন্তসত্ত্বা ।
যে রমনী শুযে আছে স্নেহের অশ্লীল ভঙ্গিতে
তার তপ্ত ঘামের সোঁদা ঘ্রনে একদিন অবক্ষয় ছেড়ে
আমি জ্বলন্ত যুবক হয়ে শুয়ে ছিলাম বিপরীতে ।
বায়ান্নর অবৈধ প্রসব তার সুপুরুষ আজ
একাত্তরের সন্তান তার যক্ষাক্রান্ত হলো ।
সে যক্ষা একাত্তরের নয়- সে যক্ষা আমার-
সে কঠিন যক্ষা আমাদের সমস্ত শরীরে ।
বিদেশী নোতুন মডেলের দুরন্ত চাকায়
মুছে গেছে জন্মের রক্ত, কিশোরী আকাংখা ।
আমার আধগতি দেখে বন্ধুরা হাসে বলে ‘এ কেমন সন্তান হলো!’
-- চুয়াত্তরের প্রসব যন্ত্রনা এবং

Tuesday, May 12, 2015

Reality Of Life

Two hardly true fact of human life :

1.When we were at age of 5,
Everybody asked us what we wanna be,
When we grew up our ans' were doctors, pilots etc..
When we were 10,
They asked again & we answered
singers, cricketers etc..
but now when we've grown up,
they want an serious ans.
well, how about this..
who the hell knows???!!
This isn't the time to make hard &
fast decisions,
This is the time to make mistakes!
take the wrong train & get stuck
somewhere.
change your mind & change it
again,
because nothing is permanent!
so make as many mistakes as u
can.
that way, someday when all will
ask
what we wanna be,
we won't have to guess,
we'll know!!
2.when we start a relationship,
we
promise each other that we shall
make an extra-ordinary life with
some
simple but important moments of
joy.
but in keeping up with whirlpool
of
life, we sometimes suddenly
realize
that those simple moments of joy
have all gone, vanished!
that is where maximum people
stop!
but those who have faith in the
magic of life, only they have
courage
to recollect their lost joyful
moments
& again bring the happy days of
life
back!

Wednesday, May 6, 2015

আমি ক্লান্ত


আমি ক্লান্ত,কষ্ট অনুভব করতে করতে,
আমি ক্লান্ত,কাঁদতে কাঁদতে,
আমি ক্লান্ত,একাকিত্ব অনুভব করতে,
আমি ক্লান্ত,নিজেকে অযোগ্য ভাবতে,
আমি ক্লান্ত,,একা থাকতে থাকতে,
আমি ক্লান্ত,এমন একটা স্বপ্ন দেখতে যা কখনো সত্যি হবে না।

আমি ক্লান্ত,সব কিছু হারাবার ভয়ে,
আমি ক্লান্ত,তোমাক ধরে রাখতে,
আমি ক্লান্ত,মিথ্যে হাসি হাসতে,
আমি ক্লান্ত,তোমাকে ভাবতে ভাবতে,
আমি ক্লান্ত,রাগ কে নিজের মধ্য সীমাবদ্ধ করে রাখতে,
আমি ক্লান্ত,ক্লান্তি দূর করতে ।

Beecrowd | 1000 Hello World! (URI Problem Solve)

Solution is given Below #include <iostream> using namespace std; int main() { cout return 0;...