結果

問題 No.3042 本棚
ユーザー AreTrashAreTrash
提出日時 2019-04-04 15:24:25
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 82 ms / 2,000 ms
コード長 151 bytes
コンパイル時間 2,105 ms
コンパイル使用メモリ 106,316 KB
実行使用メモリ 24,664 KB
最終ジャッジ日時 2023-09-10 10:32:41
合計ジャッジ時間 5,427 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
22,544 KB
testcase_01 AC 80 ms
22,608 KB
testcase_02 AC 81 ms
22,576 KB
testcase_03 AC 81 ms
22,672 KB
testcase_04 AC 82 ms
22,480 KB
testcase_05 AC 81 ms
22,620 KB
testcase_06 AC 81 ms
22,556 KB
testcase_07 AC 82 ms
24,632 KB
testcase_08 AC 81 ms
22,484 KB
testcase_09 AC 81 ms
22,580 KB
testcase_10 AC 80 ms
22,780 KB
testcase_11 AC 80 ms
24,644 KB
testcase_12 AC 80 ms
24,588 KB
testcase_13 AC 80 ms
22,532 KB
testcase_14 AC 80 ms
22,660 KB
testcase_15 AC 80 ms
22,664 KB
testcase_16 AC 81 ms
24,572 KB
testcase_17 AC 81 ms
22,728 KB
testcase_18 AC 81 ms
22,660 KB
testcase_19 AC 79 ms
20,616 KB
testcase_20 AC 80 ms
24,636 KB
testcase_21 AC 80 ms
24,664 KB
testcase_22 AC 80 ms
24,596 KB
testcase_23 AC 80 ms
20,592 KB
testcase_24 AC 80 ms
24,588 KB
testcase_25 AC 79 ms
22,596 KB
testcase_26 AC 80 ms
22,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc)
Copyright (C) Microsoft Corporation. All rights reserved.

ソースコード

diff #

using C=System.Console;using System.Linq;class P{static void Main()=>C.In.ReadToEnd().Split('\n').OrderBy(x=>x).Skip(2).ToList().ForEach(C.WriteLine);}
0