結果
問題 | No.445 得点 |
ユーザー |
|
提出日時 | 2020-05-19 02:46:37 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 3 ms / 2,000 ms |
コード長 | 162 bytes |
コンパイル時間 | 2,484 ms |
コンパイル使用メモリ | 191,392 KB |
最終ジャッジ日時 | 2025-01-10 13:01:25 |
ジャッジサーバーID (参考情報) |
judge5 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 21 |
ソースコード
#include<bits/stdc++.h>using namespace std;int main(){cin.tie(0),ios::sync_with_stdio(false);int a,b; cin>>a>>b;cout<<50*a+(int)(500*a/(8+2*b))<<"\n"s;}