結果
問題 |
No.99 ジャンピング駒
|
ユーザー |
![]() |
提出日時 | 2025-04-08 17:36:38 |
言語 | C# (.NET 8.0.404) |
結果 |
WA
|
実行時間 | - |
コード長 | 215 bytes |
コンパイル時間 | 7,812 ms |
コンパイル使用メモリ | 169,352 KB |
実行使用メモリ | 187,252 KB |
最終ジャッジ日時 | 2025-04-08 17:36:49 |
合計ジャッジ時間 | 9,746 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 6 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (99 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
class Program { static void Main(string[] args) { double n = double.Parse(Console.ReadLine()); Console.WriteLine((10000 - n) / (10000 + 98 * n) * 100); } }