結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-04-01 21:31:11 |
| 言語 | C# (.NET 8.0.404) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 391 bytes |
| コンパイル時間 | 10,628 ms |
| 実行使用メモリ | 160,668 KB |
| スコア | 0 |
| 最終ジャッジ日時 | 2022-04-01 21:31:24 |
| 合計ジャッジ時間 | 11,468 ms |
|
ジャッジサーバーID (参考情報) |
judge15 / judge11 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
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/
ソースコード
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")));}}