結果
問題 |
No.445 得点
|
ユーザー |
![]() |
提出日時 | 2020-02-21 18:27:16 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 154 bytes |
コンパイル時間 | 172 ms |
コンパイル使用メモリ | 28,416 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-08 19:54:51 |
合計ジャッジ時間 | 881 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 WA * 4 |
ソースコード
#include<stdio.h> int main() { double a, b; scanf("%lf %lf", &a, &b); printf("%d\n", (int)(50.0 * a + (int)(50.0 * a / (0.8 + 0.2 * b)))); return 0; }