Submission #69043


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include<bits/stdc++.h>
#define dou double
#define ll long long
#define int2 int,int
#define all(l) l.begin(),l.end()
#define gi greater<int>()
#define pb push_back
#define mp make_pair
using namespace std;
int main(){
int p;
cin>>p;
cout<<(p*1.1)-(p*1.08)<<"\n";
return 0;
}

ステータス

項目 データ
問題 1450 - ケーキの価格
ユーザー名 ei2113
投稿日時 2021-11-12 17:56:24
言語 C++17
状態 Accepted
得点 2
ソースコード長 306 Byte
最大実行時間 49 ms
最大メモリ使用量 696 KB

セット

セット 得点 Cases
1 ALL 2 / 2 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in1 AC 49 ms 600 KB
1
in2 AC 20 ms 696 KB
1
in3 AC 30 ms 536 KB
1
in4 AC 30 ms 636 KB
1
in5 AC 24 ms 604 KB
1
in6 AC 24 ms 576 KB
1
in7 AC 26 ms 676 KB
1
in8 AC 23 ms 524 KB
1