結果

問題 No.692 square1001 and Permutation 1
ユーザー pluto77
提出日時 2018-06-09 09:08:34
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 79 bytes
コンパイル時間 542 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 6,272 KB
最終ジャッジ日時 2024-06-30 12:24:04
合計ジャッジ時間 1,109 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2 WA * 1
other AC * 4 WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

#yuki692

n=int(raw_input())
if n==1:
 print 'squaire1001'
else:
 print 'Petr'
0