結果
| 問題 | No.2721 "Don't say N" Game |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-04-12 21:25:24 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 131 bytes |
| 記録 | |
| コンパイル時間 | 248 ms |
| コンパイル使用メモリ | 85,504 KB |
| 実行使用メモリ | 64,384 KB |
| 最終ジャッジ日時 | 2026-04-19 04:08:32 |
| 合計ジャッジ時間 | 3,192 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 5 |
ソースコード
T = int(input())
for _ in range(T):
N = int(input())
if N % 2 == 0:
print("Core")
else:
print("Pache")