結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-04-01 21:51:12 |
| 言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 365 bytes |
| コンパイル時間 | 442 ms |
| 実行使用メモリ | 3,436 KB |
| スコア | 0 |
| 最終ジャッジ日時 | 2022-04-01 21:51:20 |
| 合計ジャッジ時間 | 1,027 ms |
|
ジャッジサーバーID (参考情報) |
judge15 / judge12 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
main.cpp: 関数 ‘int main()’ 内:
main.cpp:7:8: 警告: 不明なエスケープシーケンス: '\m'
7 | printf("%s\n%s.hpp\m",x,x);
| ^~~~~~~~~~~~~~
ソースコード
#include<iostream>
using namespace std;
int main () {
printf("LICENSE\nall\n");
string k[] = {"convolution","dsu","fenwicktree","internal_bit","internal_csr","internal_math","internal_queue","internal_scc","internal_type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"};
for(auto x:k){
printf("%s\n%s.hpp\m",x,x);
}
}