結果
問題 |
No.445 得点
|
ユーザー |
![]() |
提出日時 | 2017-01-01 22:49:33 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 238 bytes |
コンパイル時間 | 866 ms |
コンパイル使用メモリ | 72,808 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-12-16 05:26:09 |
合計ジャッジ時間 | 1,764 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 12 WA * 9 |
ソースコード
#include<string> #include<iostream> #include<algorithm> #include<set> #include<math.h> using namespace std; int main() { int n, k, r; cin >> n >> k; r = 50 * n + floor((int)(50*n)/(int)(0.8+0.2*k)); cout << r << endl; return 0; }