photoblog.pl
Załóż konto
Dodano: 26 WRZEŚNIA 2010

Nieśmiertelność ! :D

Nawet nie wiecie jak bardzo jestem zaskoczony !

Jedna z moich prac trafiła na okładkę internetowego (bardzo znanego) magazynu Blender Art !

Niezwykle mnie to cieszy a dodatkowo pomoże w mojej przyszłej karierze :)

 

Pozdrawiam i życze wam odnoszenia swoich sukcesów !

 

ALE TO DLA MNIE

 

program Project1;

{$APPTYPE CONSOLE}

uses
  SysUtils;

const
  ileTab = 100;
var
  tab,tabMin,tabMax : Array [1..ileTab] of integer;
  nr,ileMax,min,max,i : integer;
begin
  //losowanie
  randomize;

  for i:=1 to ileTab do
    begin
      tab[i]:=random(999)+1;
    end;
  //wyswietlanie losowania
  for i:=1 to ileTab do
    begin
      write(tab[i]:10);
    end;

  nr:=1;
  for i:=1 to (ileTab div 2) do
    begin
      if tab[nr]>tab[nr+1] then
        begin
           tabMax[i]:=tab[nr];
           tabMin[i]:=tab[nr+1];
        end
      else
        begin
           tabMax[i]:=tab[nr+1];
           tabMin[i]:=tab[nr];
        end;
          
      nr:=nr+2;
    end;

   ileMax :=0;     //ile elementow e tablicach tabMax i tabMin

   if (ileTab mod 2) > 0 then
     begin
       tabMax[ileMax]:=tab[ileTab];
       tabMin[ileMax]:=tab[ileTab];
     end;

 Writeln;
 WriteLN('tabMax');
 for i:=1 to ileMax do
  begin
    write(tabMax[i]:5)
  end;

 Writeln;
 WriteLN('tabMin');
 for i:=1 to ileMax do
  begin
    write(tabMin[i]:5)
  end;


 max:=tabMax[1];
 for i:=2 to ileMax do
  begin
    if tabMax[i]>max then max:=tabMax[i]
  end;

  min:=tabMin[1];
 for i:=2 to ileMax do
  begin
    if tabMin[i]>min then min:=tabMin[i]
  end;

  Writeln;
  Writeln('liczba max:',max);
  Writeln('liczba min:',min);
  Readln;
end.

Komentarze

pl50groszy Co do tamtej sprawy to sobie daję spokój bo i tak nikogo nie nawrócę....
Dziękuję :)
17/10/2010 20:12:57
xcarroline no wiem wiem Mateuszku że tego nie lubiesz ;p
ja jeszcze Ci tu nie gratulowałam, więc Gratuluje ;)
15/10/2010 22:54:48
xmala gratuluję ;]
26/09/2010 18:40:29
pl50groszy Drogi plastiku :) nic za to nie dostałem, nagrodą samą w sobie jest obecność mojej pracy na okładce !
W końcu została wybrana z grona innych, a zobaczy ją masa ludzi !
26/09/2010 17:03:48
megalomenia Gratulacje ;*
26/09/2010 16:23:42
plastikk aaaaaaaaaaa gratulacje :*:*:*:**::**:*: Mateusz no no no xD a co za to dostałeś?
26/09/2010 15:50:36