結果

問題 No.1256 連続整数列
ユーザー NoNo
提出日時 2020-11-01 02:11:46
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 185 bytes
コンパイル時間 4,851 ms
コンパイル使用メモリ 100,964 KB
実行使用メモリ 22,580 KB
最終ジャッジ日時 2023-09-29 11:04:18
合計ジャッジ時間 5,723 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 48 ms
20,564 KB
testcase_01 AC 47 ms
20,396 KB
testcase_02 AC 46 ms
20,432 KB
testcase_03 AC 46 ms
18,468 KB
testcase_04 AC 47 ms
20,660 KB
testcase_05 AC 46 ms
22,548 KB
testcase_06 AC 48 ms
22,580 KB
testcase_07 AC 47 ms
22,488 KB
testcase_08 AC 47 ms
20,520 KB
testcase_09 WA -
testcase_10 AC 46 ms
20,584 KB
testcase_11 AC 46 ms
22,468 KB
testcase_12 AC 46 ms
18,584 KB
testcase_13 AC 46 ms
22,564 KB
testcase_14 AC 47 ms
22,488 KB
testcase_15 AC 46 ms
20,440 KB
testcase_16 AC 47 ms
18,576 KB
testcase_17 AC 47 ms
20,548 KB
testcase_18 AC 46 ms
20,448 KB
testcase_19 AC 47 ms
20,512 KB
testcase_20 AC 47 ms
20,612 KB
testcase_21 AC 47 ms
22,568 KB
testcase_22 AC 48 ms
20,512 KB
testcase_23 AC 47 ms
22,504 KB
testcase_24 AC 47 ms
22,480 KB
testcase_25 AC 47 ms
22,416 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;

namespace y
{
    class y
    {
        static void Main(string[] args)
        {
            Console.WriteLine(Console.ReadLine() == "1" ? "No":"YES");
        }
    }
}
0