結果
| 問題 | No.8088 ACL list |
| コンテスト | |
| ユーザー |
milkcoffee
|
| 提出日時 | 2021-08-07 13:10:44 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 451 bytes |
| 記録 | |
| コンパイル時間 | 1,431 ms |
| 実行使用メモリ | 4,904 KB |
| スコア | 0 |
| 最終ジャッジ日時 | 2022-03-26 00:16:30 |
| 合計ジャッジ時間 | 1,941 ms |
|
ジャッジサーバーID (参考情報) |
judge12 / judge10 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
string 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>=3||i<=8) cout<<"internal_";
cout<<s[i]<<endl;
if(i>=3||i<=8) cout<<"internal_";
cout<<s[i]<<".hpp\n";
}
}
milkcoffee