結果

問題 No.3088 ACL list
ユーザー KumaTachiRenKumaTachiRen
提出日時 2022-04-01 21:36:34
言語 C#
(.NET 8.0.203)
結果
AC  
実行時間 42 ms / 2,000 ms
コード長 403 bytes
コンパイル時間 12,047 ms
実行使用メモリ 160,056 KB
スコア 56
最終ジャッジ日時 2022-04-01 21:36:51
合計ジャッジ時間 12,914 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
160,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  Determining projects to restore...
  Restored /home/judge/data/code/main.csproj (in 121 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={"convolution","dsu","fenwicktree",i+"bit",i+"csr",i+"math",i+"queue",i+"scc",i+"type_traits","lazy"+s,"math","max"+f,"mincost"+f,"modint","scc",s,"string","twosat"};Console.WriteLine("LICENSE\nall\n"+S.Join("\n",n.Select(a=>$"{a}\n{a}.hpp")));}}
0