結果
問題 | No.2175 Exciting Combo |
ユーザー |
![]() |
提出日時 | 2023-05-02 23:48:29 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 31 ms / 2,000 ms |
コード長 | 234 bytes |
コンパイル時間 | 167 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-11-21 11:12:27 |
合計ジャッジ時間 | 1,280 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
ソースコード
#N=int(input()) #N,T=map(int,input().split()) #Q=int(input()) #S=input() #A=[list(map(int,input().split())) for _ in range(N)] #Q=int(input()) def solve(): A=list(map(int,input().split())) print(max(sum(A),A[2]*3)) solve()