#3939
Intervale6
Se dă un șir n
numere naturale separate prin câte un spațiu.
Se cere să se afișeze numărul de intervale care nu conțin niciun termen al șirului.
Test de antrenament informatică 2020
Problema | Intervale6 | Operații I/O |
intervale6.in /intervale6.out
|
---|---|---|---|
Limita timp | 0.05 secunde | Limita memorie |
Total: 16 MB
/
Stivă 8 MB
|
Id soluție | #54003493 | Utilizator | |
Fișier | intervale6.cpp | Dimensiune | 557 B |
Data încărcării | 17 Noiembrie 2024, 16:25 | Scor / rezultat | 5 puncte |
intervale6.cpp: In function 'int main()': intervale6.cpp:24:33: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for(int i=k; ok=0 && i<=j; i++) ^ intervale6.cpp:31:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(ok=0) r++; ^ intervale6.cpp:15:5: warning: 'n' is used uninitialized in this function [-Wuninitialized] for(int i=1; i<=n; i++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 5 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0.024 secunde | OK. | 5 | 5 | ||
5 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0.016 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0.044 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0.044 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.044 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.044 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0.044 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 5 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Intervale6 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ă.