結果
問題 | No.341 沈黙の期間 |
ユーザー |
|
提出日時 | 2024-10-27 00:38:35 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 89 bytes |
コンパイル時間 | 436 ms |
コンパイル使用メモリ | 82,256 KB |
実行使用メモリ | 66,832 KB |
最終ジャッジ日時 | 2024-10-27 00:38:37 |
合計ジャッジ時間 | 2,257 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 11 |
ソースコード
a=input()cnt=0for i in len(a):if a[i]=='…':cnt+=1else:print(cnt)break