#4017
Să se cripteze sau să se decripteze un mesaj folosind cifrul Skip.
cifrul Skip
| Problema | Skip | Operații I/O |
skip.in/skip.out
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #35704893 | Utilizator | |
| Fișier | skip.cpp | Dimensiune | 1.21 KB |
| Data încărcării | 19 Martie 2022, 15:48 | Scor/rezultat | 0 puncte |
skip.cpp: In function 'int main()': skip.cpp:22:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(p)/2;i++) ^ skip.cpp:27:19: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] v[++k]=NULL; ^ skip.cpp:39:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(p)-1;i=i+2) ^ skip.cpp:44:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=1;i<strlen(p)-1;i=i+2) ^ skip.cpp:49:19: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] v[++k]=NULL; ^
| Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
|---|---|---|---|---|---|---|
| 1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
| 2 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
| 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. | 2 | 0 | ||
| 10 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
| 11 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
| 12 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
| 13 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
| 14 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
| 15 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
| 16 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
| Punctaj total | 0 | |||||
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Skip 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ă.