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