結果
問題 | No.445 得点 |
ユーザー |
![]() |
提出日時 | 2016-11-19 13:11:29 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 200 bytes |
コンパイル時間 | 483 ms |
コンパイル使用メモリ | 62,856 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-26 21:48:48 |
合計ジャッジ時間 | 1,155 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 WA * 4 |
ソースコード
#include <cstdio>#include <iostream>using namespace std;int a,b,c,d,e,f;int fo(int n,int k){return 50*n+(int)(50*n/(0.8+0.2*k));}int main(){int a,b;cin>>a>>b;printf("%d\n",fo(a,b));}