結果
問題 |
No.1551 誕生日の三角形
|
ユーザー |
![]() |
提出日時 | 2025-04-02 13:57:58 |
言語 | C# (.NET 8.0.404) |
結果 |
WA
|
実行時間 | - |
コード長 | 239 bytes |
コンパイル時間 | 7,976 ms |
コンパイル使用メモリ | 170,600 KB |
実行使用メモリ | 189,928 KB |
最終ジャッジ日時 | 2025-04-02 13:58:09 |
合計ジャッジ時間 | 9,580 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | WA * 9 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (122 ミリ秒)。 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) { decimal sample = 0.0481125224324688137111m; int l = int.Parse(Console.ReadLine()); Console.WriteLine(l * sample); } }