結果

問題 No.1033 乱数サイ
ユーザー gemmaro
提出日時 2020-09-09 20:26:08
言語 C
(gcc 13.3.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 119 bytes
コンパイル時間 380 ms
コンパイル使用メモリ 28,032 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-12-16 06:04:45
合計ジャッジ時間 1,167 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 15
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>
#include <stdint.h>

int32_t main() {
  uint32_t n;
  scanf("%d", &n);
  printf("%f\n", n / 2.0);
}
0