#3967
Logic1
Scrieţi un program care determină dacă două expresii logice sunt echivalente sau nu.
ONI 2006, Clasa a X-a
Problema | Logic1 | Operații I/O |
logic.in /logic.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 8 MB
/
Stivă 2 MB
|
Id soluție | #53818482 | Utilizator | |
Fișier | logic1.c | Dimensiune | 2.74 KB |
Data încărcării | 12 Noiembrie 2024, 13:29 | Scor / rezultat | 10 puncte |
logic1.c: In function 'shunting_yard': logic1.c:32:5: warning: array subscript has type 'char' [-Wchar-subscripts] while (ks && prec[stk[ks-1]] > prec[*p]) ^ logic1.c:32:5: warning: array subscript has type 'char' [-Wchar-subscripts] logic1.c: In function 'eval_postfix': logic1.c:63:4: warning: array subscript has type 'char' [-Wchar-subscripts] default : stk[ks++] = vartable[*ex]; ^ logic1.c: In function 'BT': logic1.c:76:3: warning: array subscript has type 'char' [-Wchar-subscripts] vartable[vars[k]] = i; ^ logic1.c: In function 'main': logic1.c:115:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (islower(*c) && !apar1[*c]) ^ logic1.c:116:5: warning: array subscript has type 'char' [-Wchar-subscripts] vars1[k1++] = *c, apar1[*c] = true; ^ logic1.c:118:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (islower(*c) && !apar2[*c]) ^ logic1.c:119:5: warning: array subscript has type 'char' [-Wchar-subscripts] apar2[*c] = true; ^ logic1.c:121:4: warning: array subscript has type 'char' [-Wchar-subscripts] if (apar1[ch] != apar2[ch]) ^ logic1.c:121:4: warning: array subscript has type 'char' [-Wchar-subscripts] logic1.c: In function 'eval_postfix': logic1.c:66:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ logic1.c: In function 'main': logic1.c:107:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f, "%d\n", &x); ^ logic1.c:110:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f, "%s\n%s\n", ex1, ex2); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Logic1 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ă.