結果
問題 | No.597 concat |
ユーザー |
![]() |
提出日時 | 2018-06-14 00:12:32 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 182 bytes |
コンパイル時間 | 131 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-06-30 14:15:10 |
合計ジャッジ時間 | 1,274 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 11 |
ソースコード
a=int(input())flg=0np=0for i in range(a):p=int(input())if (p + 1)==np or (p - 1)==np:np=pelse:flg=1if flg==1:print("F")else:print("T")