結果
| 問題 |
No.445 得点
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-02-13 06:14:10 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 146 bytes |
| コンパイル時間 | 817 ms |
| コンパイル使用メモリ | 58,840 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-12-29 17:22:10 |
| 合計ジャッジ時間 | 1,804 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 17 WA * 4 |
ソースコード
#include <iostream>
#include <cmath>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
cout<<(50*a+floor((50*a)/(0.8+(0.2*b))))<<endl;
}