#3195
Intersectie_Multimi
Se dă o mulţime nevidă A
cu n
elemente numere reale. Să se afișeze elementele mulțimilor A ∩ N
, A ∩ Z
, A ∩ Q
și A ∩ (R-Q)
.
Problema | Intersectie_Multimi | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #19846819 | Utilizator | |
Fișier | intersectie_multimi.c | Dimensiune | 1.51 KB |
Data încărcării | 06 Ianuarie 2020, 02:42 | Scor / rezultat | 75 puncte |
intersectie_multimi.c: In function 'main': intersectie_multimi.c:18:5: warning: 'gets' is deprecated (declared at /usr/include/i386-linux-gnu/bits/stdio2.h:233) [-Wdeprecated-declarations] gets(s); ^ intersectie_multimi.c:17:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%d\n",&e); ^ intersectie_multimi.c:18:9: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result] gets(s); ^ In file included from /usr/include/stdio.h:937:0, from intersectie_multimi.c:1: In function 'gets', inlined from 'main' at intersectie_multimi.c:18:9: /usr/include/i386-linux-gnu/bits/stdio2.h:237:3: warning: call to '__gets_warn' declared with attribute warning: please use fgets or getline instead, gets can't specify buffer size [enabled by default] return __gets_warn (__str); ^ /tmp/ccNEp237.o: In function \`main': intersectie_multimi.c:(.text.startup+0xc4): warning: the \`gets' function is dangerous and should not be used.
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | OK. | 5 | 5 | ||
5 | 0 secunde | OK. | 5 | 5 | ||
6 | 0 secunde | OK. | 20 | 20 | ||
7 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
8 | 0 secunde | OK. | 5 | 5 | ||
9 | 0 secunde | OK. | 10 | 10 | Exemplu | |
Punctaj total | 75 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Intersectie_Multimi 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ă.