#879
Să se determine necunoscutele dintr-o listă de relații date.
Problema | Egalitati | Operații I/O |
![]() egalitati.in /egalitati.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #3046299 | Utilizator | |
Fișier | egalitati.cpp | Dimensiune | 932 B |
Data încărcării | 09 Octombrie 2016, 22:59 | Scor / rezultat | 0 puncte |
egalitati.cpp: In function 'int main()': egalitati.cpp:9:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i<strlen(c)) ^ egalitati.cpp:15:25: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] aux[++k]=NULL; ^ egalitati.cpp:22:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(c[i]!=')' && i<strlen(c)) ^ egalitati.cpp:27:20: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] aux[++k]=NULL; ^ egalitati.cpp:29:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(c[i]>='0' && c[i]<='9' && i<strlen(c)) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Egalitati 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ă.