NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

program reactii_chimice;
uses crt;
type substanta=record
nume:string; {substanta, in string}
react:boolean; {specifica daca e reactant (F) sau produs de reactie (T)}
atom:array[1..10] of byte; {tipurile de atomi din substanta, in ordinea masei atomice}
nra:array[1..10] of byte; {}
{!!!}
end;
var reactie:string;
subst:array[1..15] of substanta;
k:byte; {numarul de substante}

{***}

procedure citire_reactie; {'decodeaza' reactia}

procedure separare_cuvinte; {**} {separa substantele din reactie si reactantii de produsi}
var cuv:array[1..20] of string;
i,j,mij,pozprod:byte; {contor,contor,pozitie egal (separa reactantii de produsi),pozitia primului produs de reactie}
notsub:boolean; {folosit pentru eliminarea semnelor + si =}

begin
k:=0; {contor, devine nr. de cuvinte}
j:=1;
for i:=1 to length(reactie) do
begin
if reactie[i]=' ' then begin {separa cuvintele, inclusiv + si =}
inc(k);
cuv[k]:=copy(reactie,j,i-j+1);
j:=i+1;
end;
if reactie[i]='=' then mij:=i; {stabileste pozitia pana la care se gasesc reactantii}
end;

repeat {elimina semnele + si =}
notsub:=false;
for i:=1 to n do
if (cuv[i]='+') or (cuv[i]='=') then
begin
for j:=i to k-1 do
cuv[j]:=cuv[j+1];
notsub:=true;
end;
until notsub=false;
for i:=1 to k do
begin
subst[i].nume:=cuv[i];
if pos(cuv[i],reactie)<mij then subst[i].react:=false
else subst[i].react:=true;
end;
for i:=1 to k do
if subst[i].react=false then pozprod:=i;
inc(pozprod);
end;

procedure stabilire_atomi; {**}
var i:byte;

procedure separare(x:substanta); {separa atomii dintr-o substanta si spune numarul lor}
var atomi:array[1..10] of string;
nratom:byte;
i1,i2:byte;
begin
for i1:=1 to length(x.nume) do {separa parantezeleh b}
begin
if x.nume[i1]='(' then
begin
i2:=i1;
repeat
inc(i2);
until x.nume[i2]='(';
end;
end;





{!!!}
end;

begin
for i:=1 to k do
separare(subst[i]);
{!!!}
end;

begin {procedura principala}
read(reactie);
separare_cuvinte;
stabilire_atomi;
{!!!}
end;

{***}

begin {programul principal}
clrscr;
citire_reactie;
{!!!}
readkey;
end.
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.