結果
問題 |
No.1101 鼻水
|
ユーザー |
![]() |
提出日時 | 2025-03-20 20:52:12 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 140 bytes |
コンパイル時間 | 307 ms |
コンパイル使用メモリ | 82,660 KB |
実行使用メモリ | 54,360 KB |
最終ジャッジ日時 | 2025-03-20 20:52:26 |
合計ジャッジ時間 | 2,037 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | WA * 22 |
ソースコード
V, T, P = map(int, input().split()) if T == 1: x_max = V else: x_max = V // (T - 1) + 1 total = (P + 1) * (V + x_max) print(total)