結果

問題 No.552 十分簡単な星1の問題
ユーザー yutakahanyutakahan
提出日時 2017-12-09 14:17:37
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 154 bytes
コンパイル時間 1,860 ms
コンパイル使用メモリ 98,336 KB
実行使用メモリ 22,608 KB
最終ジャッジ日時 2023-08-20 02:57:33
合計ジャッジ時間 5,835 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 50 ms
20,384 KB
testcase_02 AC 49 ms
20,512 KB
testcase_03 AC 50 ms
22,428 KB
testcase_04 AC 50 ms
20,612 KB
testcase_05 AC 50 ms
20,444 KB
testcase_06 AC 48 ms
20,476 KB
testcase_07 AC 49 ms
20,628 KB
testcase_08 AC 49 ms
20,440 KB
testcase_09 AC 49 ms
20,468 KB
testcase_10 AC 49 ms
20,524 KB
testcase_11 AC 49 ms
20,500 KB
testcase_12 AC 48 ms
20,324 KB
testcase_13 AC 49 ms
20,464 KB
testcase_14 AC 49 ms
20,448 KB
testcase_15 AC 50 ms
20,444 KB
testcase_16 AC 50 ms
22,520 KB
testcase_17 AC 50 ms
20,456 KB
testcase_18 AC 50 ms
20,396 KB
testcase_19 AC 50 ms
22,552 KB
testcase_20 AC 50 ms
20,484 KB
testcase_21 AC 49 ms
20,444 KB
testcase_22 AC 49 ms
20,632 KB
testcase_23 AC 49 ms
20,320 KB
testcase_24 AC 49 ms
18,592 KB
testcase_25 AC 49 ms
20,456 KB
testcase_26 AC 49 ms
20,520 KB
testcase_27 AC 50 ms
20,468 KB
testcase_28 AC 49 ms
20,564 KB
testcase_29 AC 50 ms
20,512 KB
testcase_30 AC 49 ms
20,552 KB
testcase_31 AC 50 ms
20,448 KB
testcase_32 AC 50 ms
20,576 KB
testcase_33 AC 49 ms
20,540 KB
testcase_34 AC 49 ms
20,552 KB
testcase_35 AC 49 ms
20,448 KB
testcase_36 AC 49 ms
18,464 KB
testcase_37 AC 50 ms
20,456 KB
testcase_38 AC 49 ms
20,500 KB
testcase_39 AC 50 ms
20,444 KB
testcase_40 AC 49 ms
20,380 KB
testcase_41 AC 50 ms
22,440 KB
testcase_42 AC 49 ms
20,488 KB
testcase_43 AC 50 ms
20,640 KB
testcase_44 AC 49 ms
22,608 KB
testcase_45 AC 50 ms
20,480 KB
testcase_46 AC 51 ms
20,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;
public class Hello{
    public static void Main(){
       string input = Console.ReadLine();
       Console.WriteLine(input + "0");
    }
}
0