You are not logged in.
yes can be
Love is the key to life
Offline
Or maybe he is a just a slob with no upbringing or manners. Sounds like he should run for congressman.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
heheheheh
Love is the key to life
Offline
hi guys
here's a program:
program Project1;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Classes
{ you can add units after this };
{$IFDEF WINDOWS}{$ENDIF}
var s:string;
function IzmedjuZagrada(s:string;i,j:integer):boolean;
begin
IzmedjuZagrada:=(pos('(',copy(s,i+1,j-i-1))=0) and (pos(')',copy(s,i+1,j-i-1))=0);
end;
procedure IzbrisiZagrade(var s:string);
var
i,j,l:integer;
begin
l:=length(s);
while (pos('(',s)<>0) and (pos(')',s)<>0) do
for i:=1 to l-1 do
for j:=i+1 to l do
if (s[i]='(') and (s[j]=')') and IzmedjuZagrada(s,i,j) then
delete(s,i,j-i+1);
end;
begin
writeln('Unesite string:');
readln(s);
IzbrisiZagrade(s);
writeln('Novi string je:');
writeln(s);
readln;
end.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
So, what was I talking about?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
not sure
Love is the key to life
Offline
The vegetable soup! Do you now how to make it yourself?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
not yet
Love is the key to life
Offline
You should learn.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
i will
Love is the key to life
Offline
Okay. I do some cooking.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
cool
Love is the key to life
Offline
Yes, soups, stews, I can make a decent spaghetti sauce. A very good pizza with the help of my brother.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
good
Love is the key to life
Offline
What can you make?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hamburgers and meatloaf meatballs Chicken Fish Etc
Love is the key to life
Offline
That is a lot of stuff! Makes me hungry.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
yes
Love is the key to life
Offline
What is your favorite thing to cook? Your best?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Meatballs
Love is the key to life
Offline
What is your secret?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Cant Tell
Love is the key to life
Offline
Okay you wish to keep it a secret. I bet I make better meatballs than you do.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
heheheheheheh
Love is the key to life
Offline
Hi Sarah;
How is everything today?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline