Submission #85534
ソースコード
ステータス
項目 |
データ |
問題 |
1800 - 城作り |
ユーザー名 |
ei2506
|
投稿日時 |
2025-07-15 17:39:10 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
607 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘std::vector<std::__cxx11::basic_string<char> > buildcastle(int)’:
./Main.cpp:7:15: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
return{"*"};
^
./Main.cpp:7:19: error: could not convert ‘{"*"}’ from ‘<brace-enclosed initializer list>’ to ‘std::vector<std::__cxx11::basic_string<char> >’
return{"*"};
^
セット
テストケース