#3606
limbaj
Definim un limbaj de programare, cu instrucțiuni de atribuire și de decizie. Cunoscând valorile inițiale ale tuturor variabilelor(de la a
la z
), să se determine valorile tuturor variabilelor după execuția unei secvențe de program.
ONI 2006, Clasa a IX-a
Problema | limbaj | Operații I/O |
limbaj.in /limbaj.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 16 MB
/
Stivă 4 MB
|
Id soluție | #51736680 | Utilizator | |
Fișier | limbaj.cpp | Dimensiune | 3.18 KB |
Data încărcării | 11 August 2024, 13:43 | Scor / rezultat | 100 puncte |
limbaj.cpp: In function 'int main()': limbaj.cpp:31:41: warning: array subscript has type 'char' [-Wchar-subscripts] if(s[j][0]=='=' && f[s[j][1]]!=f[s[j][2]]) ^ limbaj.cpp:31:53: warning: array subscript has type 'char' [-Wchar-subscripts] if(s[j][0]=='=' && f[s[j][1]]!=f[s[j][2]]) ^ limbaj.cpp:33:46: warning: array subscript has type 'char' [-Wchar-subscripts] else if(s[j][0]=='<' && f[s[j][1]]>=f[s[j][2]]) ^ limbaj.cpp:33:58: warning: array subscript has type 'char' [-Wchar-subscripts] else if(s[j][0]=='<' && f[s[j][1]]>=f[s[j][2]]) ^ limbaj.cpp:35:46: warning: array subscript has type 'char' [-Wchar-subscripts] else if(s[j][0]=='>' && f[s[j][1]]<=f[s[j][2]]) ^ limbaj.cpp:35:58: warning: array subscript has type 'char' [-Wchar-subscripts] else if(s[j][0]=='>' && f[s[j][1]]<=f[s[j][2]]) ^ limbaj.cpp:73:30: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[j][0]]=f[s[j][2]]; ^ limbaj.cpp:73:41: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[j][0]]=f[s[j][2]]; ^ limbaj.cpp:110:30: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[j][0]]=f[s[j][2]]; ^ limbaj.cpp:110:41: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[j][0]]=f[s[j][2]]; ^ limbaj.cpp:118:22: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[i][0]]=f[s[i][2]]; ^ limbaj.cpp:118:33: warning: array subscript has type 'char' [-Wchar-subscripts] f[s[i][0]]=f[s[i][2]]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 3 | 3 | ||
1 | 0 secunde | OK. | 3 | 3 | ||
2 | 0 secunde | OK. | 3 | 3 | ||
3 | 0 secunde | OK. | 3 | 3 | ||
4 | 0 secunde | OK. | 3 | 3 | ||
5 | 0 secunde | OK. | 3 | 3 | ||
6 | 0 secunde | OK. | 3 | 3 | ||
7 | 0 secunde | OK. | 3 | 3 | ||
8 | 0 secunde | OK. | 3 | 3 | ||
9 | 0 secunde | OK. | 3 | 3 | ||
10 | 0 secunde | OK. | 3 | 3 | ||
11 | 0 secunde | OK. | 3 | 3 | ||
12 | 0 secunde | OK. | 3 | 3 | ||
13 | 0 secunde | OK. | 3 | 3 | ||
14 | 0 secunde | OK. | 3 | 3 | ||
15 | 0 secunde | OK. | 3 | 3 | ||
16 | 0 secunde | OK. | 3 | 3 | ||
17 | 0 secunde | OK. | 3 | 3 | ||
18 | 0 secunde | OK. | 3 | 3 | ||
19 | 0 secunde | OK. | 3 | 3 | ||
20 | 0 secunde | OK. | 4 | 4 | ||
21 | 0 secunde | OK. | 4 | 4 | ||
22 | 0 secunde | OK. | 4 | 4 | ||
23 | 0 secunde | OK. | 4 | 4 | ||
24 | 0 secunde | OK. | 4 | 4 | ||
25 | 0 secunde | OK. | 4 | 4 | ||
26 | 0 secunde | OK. | 4 | 4 | ||
27 | 0 secunde | OK. | 4 | 4 | ||
28 | 0 secunde | OK. | 4 | 4 | ||
29 | 0 secunde | OK. | 4 | 4 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema limbaj 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ă.