#1082
Triunghi3
Se consideră un triunghi alcătuit din numere naturale scrise pe n
linii ca în figura alăturată. Liniile triunghiului sunt numerotate de la 1
la n
, începând cu linia de la baza triunghiului (linia de jos), iar poziţiile pe linie sunt numerotate începând cu 1
de la stânga la dreapta.
Fiecare număr din triunghi, exceptând pe cele de pe linia 1
, este egal cu suma numerelor aflate imediat sub el, în stânga şi respectiv în dreapta lui.
Cunoscând câte un număr de pe fiecare linie a triunghiului, determinaţi toate numerele de pe linia 1
.
OJI 2012, Clasa a VII-a
Problema | Triunghi3 | Operații I/O |
triunghi3.in /triunghi3.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 20 MB
/
Stivă 8 MB
|
Id soluție | #51874049 | Utilizator | |
Fișier | triunghi3.cpp | Dimensiune | 552 B |
Data încărcării | 02 Septembrie 2024, 12:26 | Scor / rezultat | Eroare de compilare |
triunghi3.cpp:15:1: error: stray '\302' in program f>>n; ^ triunghi3.cpp:15:1: error: stray '\240' in program triunghi3.cpp:17:1: error: stray '\302' in program for(i=1;i<=n;i++) ^ triunghi3.cpp:17:1: error: stray '\240' in program triunghi3.cpp:19:1: error: stray '\302' in program { ^ triunghi3.cpp:19:1: error: stray '\240' in program triunghi3.cpp:21:1: error: stray '\302' in program f>>p[n-i+1]; ^ triunghi3.cpp:21:1: error: stray '\240' in program triunghi3.cpp:21:1: error: stray '\302' in program triunghi3.cpp:21:1: error: stray '\240' in program triunghi3.cpp:24:1: error: stray '\302' in program a[n-i+1][p[n-i+1]]=v; ^ triunghi3.cpp:24:1: error: stray '\240' in program triunghi3.cpp:24:1: error: stray '\302' in program triunghi3.cpp:24:1: error: stray '\240' in program triunghi3.cpp:28:1: error: stray '\302' in program ct=1; ^ triunghi3.cpp:28:1: error: stray '\240' in program triunghi3.cpp:30:1: error: stray '\302' in program for(i=2;i<=n;i++) ^ triunghi3.cpp:30:1: error: stray '\240' in program triunghi3.cpp:32:5: error: stray '\302' in program { ^ triunghi3.cpp:32:5: error: stray '\240' in program triunghi3.cpp:34:1: error: stray '\302' in program ct++; ^ triunghi3.cpp:34:1: error: stray '\240' in program triunghi3.cpp:34:1: error: stray '\302' in program triunghi3.cpp:34:1: error: stray '\240' in program triunghi3.cpp:36:1: error: stray '\302' in program for(g=p[i]+1;g<=ct;g++) ^ triunghi3.cpp:36:1: error: stray '\240' in program triunghi3.cpp:36:1: error: stray '\302' in program triunghi3.cpp:36:1: error: stray '\240' in program triunghi3.cpp:36:1: error: stray '\302' in program triunghi3.cpp:36:1: error: stray '\240' in program triunghi3.cpp:38:1: error: stray '\302' in program a[i][g]=a[i-1][g-1]-a[i][g-1]; ^ triunghi3.cpp:38:1: error: stray '\240' in program triunghi3.cpp:38:1: error: stray '\302' in program triunghi3.cpp:38:1: error: stray '\240' in program triunghi3.cpp:38:1: error: stray '\302' in program triunghi3.cpp:38:1: error: stray '\240' in program triunghi3.cpp:38:1: error: stray '\302' in program triunghi3.cpp:38:1: error: stray '\240' in program triunghi3.cpp:40:1: error: stray '\302' in program for(g=p[i]-1;g>=1;g--) ^ triunghi3.cpp:40:1: error: stray '\240' in program triunghi3.cpp:40:1: error: stray '\302' in program triunghi3.cpp:40:1: error: stray '\240' in program triunghi3.cpp:40:1: error: stray '\302' in program triunghi3.cpp:40:1: error: stray '\240' in program triunghi3.cpp:42:1: error: stray '\302' in program a[i][g]=a[i-1][g]-a[i][g+1]; ^ triunghi3.cpp:42:1: error: stray '\240' in program triunghi3.cpp:42:1: error: stray '\302' in program triunghi3.cpp:42:1: error: stray '\240' in program triunghi3.cpp:42:1: error: stray '\302' in program triunghi3.cpp:42:1: error: stray '\240' in program triunghi3.cpp:42:1: error: stray '\302' in program triunghi3.cpp:42:1: error: stray '\240' in program triunghi3.cpp:45:1: error: stray '\302' in program } ^ triunghi3.cpp:45:1: error: stray '\240' in program triunghi3.cpp:48:1: error: stray '\302' in program for(i=1;i<=n;i++) ^ triunghi3.cpp:48:1: error: stray '\240' in program triunghi3.cpp:50:1: error: stray '\302' in program e<<a[n][i]<<" "; ^ triunghi3.cpp:50:1: error: stray '\240' in program triunghi3.cpp:50:1: error: stray '\302' in program triunghi3.cpp:50:1: error: stray '\240' in program
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Triunghi3 face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.