結果
問題 |
No.933 おまわりさんこいつです
|
ユーザー |
![]() |
提出日時 | 2019-11-29 23:05:17 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 113 bytes |
コンパイル時間 | 337 ms |
コンパイル使用メモリ | 82,256 KB |
実行使用メモリ | 315,108 KB |
最終ジャッジ日時 | 2024-11-20 23:49:08 |
合計ジャッジ時間 | 9,521 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 18 RE * 5 TLE * 2 |
ソースコード
n=int(input()) t=map(int,input().split()) x=1 for i in t: x*=i while x>=10: x=sum(int(i) for i in str(x))