#396
SCLM
Se dă un șir cu n
elemente, numere naturale. Determinați un cel mai lung subșir crescător al șirului.
Problema | SCLM | Operații I/O |
sclm.in /sclm.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54393438 | Utilizator | |
Fișier | sclm.cpp | Dimensiune | 965 B |
Data încărcării | 27 Noiembrie 2024, 13:19 | Scor / rezultat | Eroare de compilare |
sclm.cpp:7:24: error: array bound is not an integer constant before ']' token int maxi = 1001, l[maxi], v[maxi], n[maxi], mg; ^ sclm.cpp:7:33: error: array bound is not an integer constant before ']' token int maxi = 1001, l[maxi], v[maxi], n[maxi], mg; ^ sclm.cpp:7:42: error: array bound is not an integer constant before ']' token int maxi = 1001, l[maxi], v[maxi], n[maxi], mg; ^ sclm.cpp: In function 'int main()': sclm.cpp:15:16: error: 'v' was not declared in this scope fin >> v[i]; ^ sclm.cpp:23:24: error: 'l' was not declared in this scope if(l[j] > maxim && v[i] <= v[j]) ^ sclm.cpp:23:40: error: 'v' was not declared in this scope if(l[j] > maxim && v[i] <= v[j]) ^ sclm.cpp:26:32: error: invalid types 'int[int]' for array subscript n[i] = j; ^ sclm.cpp:32:13: error: 'l' was not declared in this scope l[i] = maxim+1; ^ sclm.cpp:39:13: error: 'l' was not declared in this scope fout << l[mg] << endl << mg <<" "; ^ sclm.cpp:40:15: error: invalid types 'int[int]' for array subscript while(n[mg]) ^ sclm.cpp:42:25: error: invalid types 'int[int]' for array subscript fout << n[mg] << " "; ^ sclm.cpp:43:22: error: invalid types 'int[int]' for array subscript mg = n[mg]; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SCLM 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ă.