結果

問題 No.57 ミリオンダイス
ユーザー funakoshi
提出日時 2019-08-23 11:25:14
言語 C
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 185 bytes
コンパイル時間 254 ms
コンパイル使用メモリ 29,184 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-13 14:20:51
合計ジャッジ時間 790 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2 WA * 1
other AC * 9
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <math.h>
int main(void)
{
    float dice;
    scanf("%f",&dice);
    printf("%.0f",dice*3.5);
}
0