結果
問題 |
No.903 太郎の確率
|
ユーザー |
![]() |
提出日時 | 2019-11-23 20:29:09 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 190 bytes |
コンパイル時間 | 138 ms |
コンパイル使用メモリ | 29,568 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-11 07:01:12 |
合計ジャッジ時間 | 641 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 5 |
ソースコード
#include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #define pai 3.1415926535 int main(void) { int N; scanf("%d", &N); printf("%f", (double)1 / N); return 0; }