結果
| 問題 | No.2622 Dam |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-02-09 22:45:17 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 136 bytes |
| 記録 | |
| コンパイル時間 | 267 ms |
| コンパイル使用メモリ | 85,640 KB |
| 実行使用メモリ | 68,588 KB |
| 最終ジャッジ日時 | 2026-04-15 05:39:07 |
| 合計ジャッジ時間 | 2,486 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | WA * 5 |
ソースコード
t=int(input()) for _ in range(t): v,x,fo,fi,q,r=map(int,input().split()) print(['Overflow','Safe','Zero'][(fo*q>=fi*r)+(fo*q>fi*r)])