結果
| 問題 | No.8088 ACL list |
| コンテスト | |
| ユーザー |
milkcoffee
|
| 提出日時 | 2021-08-07 13:16:01 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 440 bytes |
| 記録 | |
| コンパイル時間 | 1,421 ms |
| 実行使用メモリ | 4,900 KB |
| スコア | 19 |
| 最終ジャッジ日時 | 2022-03-26 00:16:28 |
| 合計ジャッジ時間 | 2,034 ms |
|
ジャッジサーバーID (参考情報) |
judge15 / judge12 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
string t="internal_",s[18]={"convolution","dsu","fenwicktree","bit","csr","math","queue","scc","type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"};
cout<<"LICENSE\nall\n";
for(int i=0;i<18;i++){
if(i>2&&i<9) cout<<t;
cout<<s[i]<<endl;
if(i>2&&i<9) cout<<t;
cout<<s[i]<<".hpp\n";
}
}
milkcoffee