結果
問題 |
No.1729 ~サンプルはちゃんと見て!~ 16進数と8進数(1)
|
ユーザー |
![]() |
提出日時 | 2021-11-20 15:53:15 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 90 bytes |
コンパイル時間 | 322 ms |
コンパイル使用メモリ | 82,596 KB |
実行使用メモリ | 54,176 KB |
最終ジャッジ日時 | 2024-06-11 17:16:48 |
合計ジャッジ時間 | 1,954 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 9 WA * 15 |
ソースコード
n = input() if len(set([s for s in n]))==1: print(1,ord(n[0])-ord('A')+2) else: print(1)