結果
| 問題 | No.2407 Bouns 2.0 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-08-11 21:22:02 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 99 ms / 2,000 ms |
| コード長 | 352 bytes |
| 記録 | |
| コンパイル時間 | 831 ms |
| コンパイル使用メモリ | 84,864 KB |
| 実行使用メモリ | 86,144 KB |
| 最終ジャッジ日時 | 2026-05-13 03:42:27 |
| 合計ジャッジ時間 | 3,930 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 18 |
ソースコード
import collections,sys,math,functools,operator,itertools,bisect,heapq,decimal,string,time,random #sys.setrecursionlimit(10**9) #n = int(input()) #alist = list(map(int,input().split())) #alist = [] #s = input() w,z,b = map(decimal.Decimal,input().split()) #for i in range(n): # alist.append(list(map(int,input().split()))) print(round((w+z)*(b+1),0))