結果
| 問題 |
No.1551 誕生日の三角形
|
| コンテスト | |
| ユーザー |
Maeda
|
| 提出日時 | 2025-04-02 13:53:36 |
| 言語 | C# (.NET 8.0.404) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 237 bytes |
| コンパイル時間 | 8,326 ms |
| コンパイル使用メモリ | 170,436 KB |
| 実行使用メモリ | 29,608 KB |
| 最終ジャッジ日時 | 2025-04-02 13:53:46 |
| 合計ジャッジ時間 | 9,371 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | WA * 9 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.csproj を復元しました (107 ミリ秒)。 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 sample = 0.0481125224324688137111;
int l = int.Parse(Console.ReadLine());
Console.WriteLine(l * sample);
}
}
Maeda