結果

問題 No.692 square1001 and Permutation 1
ユーザー chizuchizu
提出日時 2018-10-22 09:27:07
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 65 bytes
コンパイル時間 139 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 10,624 KB
最終ジャッジ日時 2024-11-19 03:35:23
合計ジャッジ時間 796 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 5
権限があれば一括ダウンロードができます

ソースコード

diff #

if int(input)==1:
    print("square1001")
else:
    print("Petr")
0