結果
| 問題 | No.3454 Zodiac |
| コンテスト | |
| ユーザー |
Raiou_B
|
| 提出日時 | 2026-02-28 14:37:32 |
| 言語 | PyPy3 (7.3.23) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 144 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 95,988 KB |
| 実行使用メモリ | 93,952 KB |
| 最終ジャッジ日時 | 2026-07-25 05:57:39 |
| 合計ジャッジ時間 | 4,097 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 13 |
ソースコード
P, Q, Yo, po, qo, Y = map(int, input().split()) poo = Yo%P +po qoo = Yo%Q + qo ansp = (abs(Y - poo))%P ansq = (abs(Y - qoo))%q print(ansp, ansq)
Raiou_B