#2588
Iepuras1
Fiind data harta grădinii se cere să se determine starea finală a iepuraşului (îngeraş, rătăcit respectiv fericit), numărul de morcovi ronţăiţi până în momentul terminării expediţiei, precum şi numărul de paşi pe care îi face iepuraşul până la acest moment.
Problema | Iepuras1 | Operații I/O |
iepuras1.in /iepuras1.out
|
---|---|---|---|
Limita timp | 0.05 secunde | Limita memorie |
Total: 20 MB
/
Stivă 20 MB
|
Id soluție | #50095766 | Utilizator | |
Fișier | iepuras1.cpp | Dimensiune | 8.04 KB |
Data încărcării | 26 Martie 2024, 22:23 | Scor / rezultat | 10 puncte |
iepuras1.cpp: In function 'int main()': iepuras1.cpp:71:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:71:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:114:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:114:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:157:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:157:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:200:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:200:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j]==5 or a[i][j]==8 or T==2 and b[i][j]==5 or b[i][j]==8) ^ iepuras1.cpp:282:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i+1][j]==6 or T==2 and b[i+1][j]==6) ^ iepuras1.cpp:293:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i-1][j]==6 or T==2 and b[i-1][j]==6) ^ iepuras1.cpp:304:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j-1]==6 or T==2 and b[i][j-1]==6) ^ iepuras1.cpp:315:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(T==1 and a[i][j+1]==6 or T==2 and b[i][j+1]==6) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 5 | 5 | ||
1 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | Depășit | Limita de timp depășită | 5 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0 secunde | OK. | 5 | 5 | ||
18 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Iepuras1 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ă.