+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 20 of 42

Forum: Programare



Programare

  1. [PBINFO] Problema #1004

    Link site: pbinfo Link problema: eureni -draguta problema, am mers pe ideea urmatoare: luam un vector unde stocam acei "eureni", primul fiind...

    Started by ~Wolf~, 11-01-2021 03:26 PM
    • Replies: 0
    • Views: 1,804
    11-01-2021 03:26 PM Go to last post
  2. [PBINFO] Problema #88

    Link site: pbinfo Link problema: palindrom -problema simpla, personal mi-a placut #include <fstream> #include <cstring> using namespace std; ...

    Started by ~Wolf~, 06-12-2020 05:38 PM
    • Replies: 0
    • Views: 999
    06-12-2020 05:38 PM Go to last post
  3. [C++]Matricea

    Matrici Dupa mult timp revin cu un alt tutorial si anume cu matricile. Din tutorialele precedente, ati observat ca C++ ne permite stocarea a...

    Started by ~Wolf~, 03-12-2020 11:20 PM
    • Replies: 0
    • Views: 532
    03-12-2020 11:20 PM Go to last post
  4. [PBINFO] Problema #913

    Link site: pbinfo Link problema: inlocuire3 #include <iostream> using namespace std; void citire(unsigned int& n, unsigned int v) { cin >>...

    Started by ~Wolf~, 03-12-2020 12:51 PM
    • Replies: 0
    • Views: 749
    03-12-2020 12:51 PM Go to last post
  5. [PBINFO] Problema #1509

    Link site: pbinfo Link problema nrmaxim -e draguta si simpluta, s-a dat la admitere UBB in 2015 -aveti grija ca cere doar functie nu tot programul...

    Started by ~Wolf~, 01-12-2020 05:58 PM
    • Replies: 0
    • Views: 1,119
    01-12-2020 05:58 PM Go to last post
  6. [PBINFO] Problema #777

    Link site: pbinfo Link problema: cntcoloane #include <iostream> using namespace std; int main() { unsigned int n,m,i,j,ok=1,contor=0; ...

    Started by ~Wolf~, 09-11-2020 01:48 PM
    • Replies: 0
    • Views: 578
    09-11-2020 01:48 PM Go to last post
  7. [PBINFO] Problema #3156

    Link site: pbinfo Link problema: perm-min-max -algoritmul e usor, aflam minimul si maximul si indicele fiecaruia -facem sortarea, unde sortam...

    Started by ~Wolf~, 09-11-2020 01:37 PM
    • Replies: 0
    • Views: 814
    09-11-2020 01:37 PM Go to last post
  8. [PBINFO] Problema #194

    Site: pbinfo Link problema: anagrame1 -clasa a 11 -a -diferenta dintre algoritmul anagramelor(din problema) si cel al permutarilor e ca trebuie...

    Started by ~Wolf~, 05-11-2020 05:35 PM
    • Replies: 0
    • Views: 400
    05-11-2020 05:35 PM Go to last post
  9. [PBINFO] Problema #503

    Site: pbinfo Link problema: alternanta -problema usoara, clasa a 9-a #include <iostream> using namespace std; unsigned int n,i,ok=1; int...

    Started by ~Wolf~, 04-11-2020 10:04 AM
    • Replies: 0
    • Views: 441
    04-11-2020 10:04 AM Go to last post
  10. [PBINFO] Problema #1281

    Site: pbinfo Link problema: regine1 Mentiune: -problema cere afisarea unei singure solutii, ceea ce incadreaza acest algoritm intr-o...

    Started by ~Wolf~, 03-11-2020 06:04 PM
    • Replies: 0
    • Views: 813
    03-11-2020 06:04 PM Go to last post
  11. [PBINFO] Problema #188

    Site: pbinfo Link problema: inlocuirecuvant #include <fstream> #include <cstring> using namespace std; ifstream fin("inlocuirecuvant.in");...

    Started by ~Wolf~, 02-11-2020 01:47 PM
    • Replies: 0
    • Views: 891
    02-11-2020 01:47 PM Go to last post
  12. [PBINFO] Problema #1749

    Site problema: pbinfo Link problema: zona4 In principal, am ales-o fiindca evidentiaza niste zone ale unei matrici patratice care sunt utile in...

    Started by ~Wolf~, 26-10-2020 10:00 AM
    • Replies: 0
    • Views: 1,046
    26-10-2020 10:00 AM Go to last post
  13. [C++]Sirul lui Fibonacci

    Afisarea in ordine crescatoare a primilor n termeni din sirul lui Fibonacci Observatie! -prin definitie , Varianta iterativa: #include...

    Started by ~Wolf~, 03-03-2020 04:03 PM
    • Replies: 2
    • Views: 742
    26-10-2020 09:58 AM Go to last post
  14. [C++]Interclasarea a 2 vectori

    Algoritm pentru interclasarea a 2 vectori Revin cu un nou tutorial.Multa inactivitate, da, da, stiu.Apropo, pentru nelamuriri/greseli va rog sa...

    Started by ~Wolf~, 13-04-2020 07:27 PM
    • Replies: 0
    • Views: 1,782
    13-04-2020 07:27 PM Go to last post
  15. [C++]Probleme diverse - vectori

    Probleme diverse cu vectori Sursa:pbinfo #include <iostream> using namespace std; unsigned int n,i; bool par=true;

    Started by ~Wolf~, 19-03-2020 01:37 PM
    • Replies: 3
    • Views: 1,398
    20-03-2020 05:43 PM Go to last post
  16. [C++]Algoritmi vectori

    Algoritmi cu vectori NOTA! -voi posta la fel ca in topicul "Algoritmi cu cifre" Citirea si afisarea unui vector #include <iostream> using...

    Started by ~Wolf~, 05-03-2020 03:21 PM
    • Replies: 4
    • Views: 1,326
    15-03-2020 12:55 PM Go to last post
  17. [C++]Cautare binara

    Algoritm pentru cautarea binara "Se da un sir de numere ordonat crescator cu N elemente, se cere sa se returneze pozitia in sir a unui numar...

    Started by ~Wolf~, 13-03-2020 04:40 PM
    • Replies: 0
    • Views: 557
    13-03-2020 04:40 PM Go to last post
  18. [C++]Algoritm pentru stergerea unui element din vector

    Algoritm pentru stergerea unui element dintr-un vector NOTA! *am creat un topic nou fiindca e un algoritm important; astfel va fi mult mai...

    Started by ~Wolf~, 11-03-2020 12:34 PM
    • Replies: 0
    • Views: 707
    11-03-2020 12:34 PM Go to last post
  19. [C++]Algoritmi cu cifre

    Algoritmi cu cifre NOTE! -voi posta mai multi algoritmi in topicul acesta lasand reply-uri -algoritmii nu ii voi posta neaparat zilnic -in...

    Started by ~Wolf~, 01-03-2020 04:41 PM
    • Replies: 2
    • Views: 1,228
    04-03-2020 09:44 PM Go to last post
  20. [C++]Algoritm factorial

    Algoritm pentru calcularea factorialului unui numar natural Varianta standard #include <iostream> using namespace std; unsigned int n,p=1; //...

    Started by ~Wolf~, 01-03-2020 03:44 PM
    • Replies: 1
    • Views: 643
    03-03-2020 06:10 PM Go to last post

Forum Information and Options

Moderators of this Forum:

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
-- Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Partners
Humble Monthly Bundle
Voucher PC-Garage