結果

問題 No.3041 なんとかのはなうらない
ユーザー iwkjoseciwkjosec
提出日時 2019-03-31 01:31:31
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 45 ms / 2,000 ms
コード長 176 bytes
コンパイル時間 1,811 ms
コンパイル使用メモリ 97,120 KB
実行使用メモリ 22,492 KB
最終ジャッジ日時 2023-08-11 04:58:48
合計ジャッジ時間 3,571 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 45 ms
22,396 KB
testcase_01 AC 45 ms
20,336 KB
testcase_02 AC 45 ms
20,384 KB
testcase_03 AC 45 ms
20,432 KB
testcase_04 AC 45 ms
20,548 KB
testcase_05 AC 44 ms
18,320 KB
testcase_06 AC 44 ms
20,440 KB
testcase_07 AC 45 ms
20,360 KB
testcase_08 AC 45 ms
20,544 KB
testcase_09 AC 43 ms
18,384 KB
testcase_10 AC 44 ms
18,312 KB
testcase_11 AC 45 ms
22,384 KB
testcase_12 AC 45 ms
22,492 KB
testcase_13 AC 45 ms
20,384 KB
testcase_14 AC 45 ms
22,412 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;
using System.Collections.Generic;
using System.Linq;
using static System.Console;

class Program
{
    static void Main()
    {
        WriteLine("Yes");
    }
}
0