結果
| 問題 |
No.2407 Bouns 2.0
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-08-25 16:53:30 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 269 bytes |
| コンパイル時間 | 2,190 ms |
| コンパイル使用メモリ | 164,816 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-12-24 02:08:58 |
| 合計ジャッジ時間 | 2,519 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 17 WA * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
#define int long long
typedef pair<int, int> pii;
int a, b;
double c;
int32_t main() {
cin.tie(0) -> sync_with_stdio(false);
cin >> a >> b >> c;
cout << (int) (a + b) * (c + 1 + 1e-6) << endl;
return 0;
}