Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Pitone. Conservazione ed elaborazione dei dati
(Pitone) Stringhe. Nozioni di base
Module:
(Pitone) Stringhe. Nozioni di base
Problem
11
/13
Bit di parità
Problem
L'input è una stringa di bit, una stringa composta da 0 e 1. Completa la stringa originale con l'ultimo bit, il bit di parità. Il bit di parità è 0 se la stringa originale ha un numero pari di 1 e 1 se è dispari (la stringa risultante dovrebbe sempre avere un numero pari di 1).
Esempi
#
Input
Uscita
1
00110010
001100101
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary