#2534
Bogdan
Se dă un șir de n
elemente, numere naturale. Problema constă în două operații:
1 i val
: Elementul de pe poziția i
se înlocuiește cu valoarea val
.
2 i j
: Stabiliți dacă secvența [i,j]
, din șirul curent, este ordonată crescător.
Problema | Bogdan | Operații I/O |
bogdan.in /bogdan.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54972144 | Utilizator | |
Fișier | bogdan.cpp | Dimensiune | 1.71 KB |
Data încărcării | 14 Decembrie 2024, 11:20 | Scor / rezultat | 0 puncte |
bogdan.cpp: In function 'int main()': bogdan.cpp:56:26: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf( fin, "%d", &n ); ^ bogdan.cpp:58:31: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf( fin, "%d", &v[i] ); ^ bogdan.cpp:60:26: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf( fin, "%d", &q ); ^ bogdan.cpp:62:46: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf( fin, "%d%d%d" , &o, &ind, & val ); ^ bogdan.cpp: In function 'int query(int, int, int, int, int)': bogdan.cpp:39:10: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^ bogdan.cpp:39:7: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] int x, y; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0.052 secunde | Raspuns gresit. | 10 | 0 | ||
5 | Depășit | Limita de timp depășită | 10 | 0 | ||
6 | 0.104 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0.2 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0.2 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.136 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Bogdan 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ă.