#92
Proiecte
Cunoscând timpii de evaluare a n proiecte, să se stabilească ordinea de evaluare a acestora, astfel încât să se minimizeze timpul mediu de aşteptare a investitorilor care au depus aceste proiecte.
Problema | Proiecte | Operații I/O |
proiecte.in /proiecte.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52268305 | Utilizator | |
Fișier | proiecte.cpp | Dimensiune | 583 B |
Data încărcării | 25 Septembrie 2024, 08:26 | Scor / rezultat | Eroare de compilare |
proiecte.cpp: In function 'int main()': proiecte.cpp:13:19: error: 'struct proiect' has no member named 't' cin>>v[i].t; ^ proiecte.cpp:19:17: error: 'struct proiect' has no member named 't' if(v[i].t > v[j].t) ^ proiecte.cpp:19:26: error: 'struct proiect' has no member named 't' if(v[i].t > v[j].t) ^ proiecte.cpp:20:21: error: expected initializer before '+' token {proiect aux+v[i]; ^ proiecte.cpp:22:14: error: no match for 'operator=' (operand types are 'proiect' and 'int') v[j]=aux; ^ proiecte.cpp:22:14: note: candidates are: proiecte.cpp:7:8: note: proiect& proiect::operator=(const proiect&) struct proiect{int n, nr;}v[1001]; ^ proiecte.cpp:7:8: note: no known conversion for argument 1 from 'int' to 'const proiect&' proiecte.cpp:7:8: note: proiect& proiect::operator=(proiect&&) proiecte.cpp:7:8: note: no known conversion for argument 1 from 'int' to 'proiect&&' proiecte.cpp:30:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Proiecte 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ă.