Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パイソン。 データの保存と処理
(Python) 文字列。基本
Module:
(Python) 文字列。基本
Problem
11
/13
パリティビット
Problem
入力はビット文字列 (0 と 1 で構成される文字列) です。元の文字列を最後のビット (パリティ ビット) で埋めます。パリティ ビットは、元の文字列に偶数の 1 がある場合は 0 であり、奇数の場合は 1 です (結果の文字列には常に偶数の 1 が必要です)。
例
<頭>
#
入力
出力
<本体>
1
00110010
001100101
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary