結果

問題 No.1616 Joke
ユーザー cccccc
提出日時 2022-07-29 15:36:00
言語 C#
(.NET 8.0.203)
結果
AC  
実行時間 44 ms / 2,000 ms
コード長 144 bytes
コンパイル時間 15,191 ms
コンパイル使用メモリ 144,404 KB
実行使用メモリ 159,572 KB
最終ジャッジ日時 2023-09-26 12:24:45
合計ジャッジ時間 12,257 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 43 ms
26,092 KB
testcase_01 AC 43 ms
25,864 KB
testcase_02 AC 43 ms
25,848 KB
testcase_03 AC 43 ms
26,336 KB
testcase_04 AC 44 ms
27,968 KB
testcase_05 AC 44 ms
25,868 KB
testcase_06 AC 44 ms
26,184 KB
testcase_07 AC 44 ms
26,352 KB
testcase_08 AC 44 ms
27,912 KB
testcase_09 AC 44 ms
26,136 KB
testcase_10 AC 44 ms
26,192 KB
testcase_11 AC 44 ms
25,884 KB
testcase_12 AC 44 ms
25,940 KB
testcase_13 AC 43 ms
26,124 KB
testcase_14 AC 44 ms
26,160 KB
testcase_15 AC 43 ms
159,572 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  Determining projects to restore...
  Restored /home/judge/data/code/main.csproj (in 144 ms).
.NET 向け Microsoft (R) Build Engine バージョン 17.0.0-preview-21470-01+cb055d28f
Copyright (C) Microsoft Corporation.All rights reserved.

  プレビュー版の .NET を使用しています。https://aka.ms/dotnet-core-preview をご覧ください
  main -> /home/judge/data/code/bin/Release/net6.0/main.dll
  main -> /home/judge/data/code/bin/Release/net6.0/publish/

ソースコード

diff #

using System;

class Program
{
    static void Main()
    {
        var hoge = Console.ReadLine();
        Console.WriteLine(hoge);
    }
    
}
0