結果
問題 | 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 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 11 ms
6,272 KB |
testcase_01 | WA | - |
testcase_02 | AC | 11 ms
6,144 KB |
testcase_03 | AC | 11 ms
6,144 KB |
testcase_04 | AC | 10 ms
6,272 KB |
testcase_05 | WA | - |
testcase_06 | AC | 10 ms
6,272 KB |
testcase_07 | AC | 11 ms
6,272 KB |
ソースコード
#yuki692 n=int(raw_input()) if n==1: print 'squaire1001' else: print 'Petr'