結果

問題 No.3088 ACL list
ユーザー KumaTachiRenKumaTachiRen
提出日時 2022-04-01 21:31:11
言語 C#
(.NET 8.0.203)
結果
WA  
実行時間 -
コード長 391 bytes
コンパイル時間 10,628 ms
実行使用メモリ 160,668 KB
スコア 0
最終ジャッジ日時 2022-04-01 21:31:24
合計ジャッジ時間 11,468 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
  Determining projects to restore...
  Restored /home/judge/data/code/main.csproj (in 114 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;using System.Linq;using S = System.String;static class Program{static public void Main(string[] args){S i="internal_",s="segtree",f="flow";S[]n={"comvolution","dsu","fenwicktree",i+"bit",i+"csr",i+"math",i+"queue",i+"scc",i+"type_traits","lazy"+s,"math","max"+f,"modint","scc",s,"string","twosat"};Console.WriteLine("LICENSE\nall\n"+S.Join("\n",n.Select(a=>$"{a}\n{a}.hpp")));}}
0