結果
| 問題 | No.2407 Bouns 2.0 | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2023-08-11 21:22:02 | 
| 言語 | PyPy3 (7.3.15) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 127 ms / 2,000 ms | 
| コード長 | 352 bytes | 
| コンパイル時間 | 244 ms | 
| コンパイル使用メモリ | 82,124 KB | 
| 実行使用メモリ | 85,860 KB | 
| 最終ジャッジ日時 | 2024-11-18 15:18:39 | 
| 合計ジャッジ時間 | 3,574 ms | 
| ジャッジサーバーID (参考情報) | judge3 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| 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))
