Submission #00050


ソースコード

1
2
3
4
5
6
7
8
9
10
#include<stdio.h>
int main(){
double b,bb;
long long a,aa;
scanf("%lld %lld %lf %lf",&a,&aa,&b,&bb);
a*=aa;
b/=bb;
printf("%lld\n%.10lf\n",a,b);
return(0);
}

ステータス

項目 データ
問題 0005 - 変数の型
ユーザー名 e2403
投稿日時 2024-05-30 16:41:41
言語 C
状態 Accepted
得点 5
ソースコード長 196 Byte
最大実行時間 22 ms
最大メモリ使用量 444 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
sample_input.txt AC 15 ms 348 KB
1
test1_input.txt AC 22 ms 400 KB
1
test2_input.txt AC 15 ms 444 KB
1