結果
| 問題 | No.692 square1001 and Permutation 1 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-06-09 09:08:34 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 79 bytes |
| 記録 | |
| コンパイル時間 | 57 ms |
| コンパイル使用メモリ | 80,972 KB |
| 実行使用メモリ | 81,668 KB |
| 最終ジャッジ日時 | 2026-07-18 17:59:46 |
| 合計ジャッジ時間 | 1,463 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 4 WA * 1 |
ソースコード
#yuki692 n=int(raw_input()) if n==1: print 'squaire1001' else: print 'Petr'