結果
| 問題 | No.692 square1001 and Permutation 1 | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2018-06-09 09:10:10 | 
| 言語 | Python2 (2.7.18) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 11 ms / 2,000 ms | 
| コード長 | 78 bytes | 
| コンパイル時間 | 433 ms | 
| コンパイル使用メモリ | 7,040 KB | 
| 実行使用メモリ | 6,944 KB | 
| 最終ジャッジ日時 | 2024-06-30 12:24:18 | 
| 合計ジャッジ時間 | 915 ms | 
| ジャッジサーバーID (参考情報) | judge1 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 5 | 
ソースコード
#yuki692 n=int(raw_input()) if n==1: print 'square1001' else: print 'Petr'
