結果
問題 |
No.494 yukicoder
|
ユーザー |
|
提出日時 | 2021-02-18 19:23:49 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 36 ms / 2,000 ms |
コード長 | 283 bytes |
コンパイル時間 | 282 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-09-15 00:49:23 |
合計ジャッジ時間 | 1,032 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
def II():return int(input()) def SI():return str(input()) def MI():return map(int,input().split()) def MS():return map(str,input().split()) def LI():return list(map(int,input().split())) def LS():return list(map(str,input().split())) s=list(SI()) a="yukicoder" print(a[s.index("?")])