結果
問題 | No.509 塗りつぶしツール |
ユーザー |
![]() |
提出日時 | 2021-02-17 20:21:35 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 70 bytes |
コンパイル時間 | 169 ms |
コンパイル使用メモリ | 82,720 KB |
実行使用メモリ | 53,964 KB |
最終ジャッジ日時 | 2024-09-14 05:51:46 |
合計ジャッジ時間 | 2,205 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 WA * 16 |
ソースコード
r = [3,2,2,2,3,2,3,2,4,3] print(sum(r[i] for i in map(int,input()))+1)