結果
問題 | No.1820 NandShift |
ユーザー |
|
提出日時 | 2021-08-27 16:11:31 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 58 bytes |
コンパイル時間 | 708 ms |
コンパイル使用メモリ | 82,356 KB |
実行使用メモリ | 52,224 KB |
最終ジャッジ日時 | 2024-11-25 21:40:46 |
合計ジャッジ時間 | 2,603 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 30 |
ソースコード
MOD = 998244353input()print((int(input(), 2) + 1) % MOD)