結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー takosama312takosama312
提出日時 2016-01-31 14:42:30
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 236 bytes
コンパイル時間 6,461 ms
実行使用メモリ 16,292 KB
スコア 3,056
最終ジャッジ日時 2018-03-12 00:02:37
ジャッジサーバーID
(参考情報)
judge7 /
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 2.3.1.61919 (57c81319)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using System;


namespace ConsoleApplication10
{
    class Program
    {
        static void Main(string[] args)
        {
            int N =int.Parse(Console.ReadLine());
            Console.WriteLine(N + "" + "0");
        }
    }
}
0