#3823
A-FlippedCards
După ce Le Quack și-a pierdut toți banii dați de mama lui să cumpere pâine la Blackjack, acesta a decis să își
creeze propriul joc de cărți unde își poate bate prietenii și să câștige banii înapoi.
infoleague.net runda de antrenament, problema A.
Problema | A-FlippedCards | Operații I/O |
flipc.in /flipc.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 16 MB
|
Id soluție | #49738111 | Utilizator | |
Fișier | a-flippedcards.cpp | Dimensiune | 1.96 KB |
Data încărcării | 13 Martie 2024, 16:24 | Scor / rezultat | 40 puncte |
a-flippedcards.cpp: In function 'int main()': a-flippedcards.cpp:49:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=n;++i) ^ a-flippedcards.cpp:54:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(s[i]=='1' && i<=n) ^ a-flippedcards.cpp:65:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(s[i]=='0' && i<=n) ^ a-flippedcards.cpp:77:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=2;i<=m-op2-op1;i+=2) ^ a-flippedcards.cpp:47:39: warning: unused variable 'y' [-Wunused-variable] unsigned int nr1=0,nr0=0,nr=0,y=k,m=0,op1,op2; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0 secunde | OK. | 5 | 5 | ||
7 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0 secunde | OK. | 5 | 5 | ||
9 | 0 secunde | OK. | 5 | 5 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0 secunde | OK. | 5 | 5 | ||
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 | OK. | 5 | 5 | ||
19 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 40 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema A-FlippedCards 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ă.