結果
問題 |
No.1076 寿司打
|
ユーザー |
|
提出日時 | 2021-07-27 16:52:48 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 99 bytes |
コンパイル時間 | 239 ms |
コンパイル使用メモリ | 26,880 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-23 14:01:06 |
合計ジャッジ時間 | 830 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 10 |
ソースコード
#include<stdio.h> int main(void) { double p; scanf("%lf", &p); printf("%d", 1 / (1 - p) - 1); }