Submission #27672
ソースコード
ステータス
項目 |
データ |
問題 |
0712 - Nafmo、575Botを見る |
ユーザー名 |
luma
|
投稿日時 |
2017-10-15 21:42:08 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
487 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:35: warning: narrowing conversion of ‘a.std::__cxx11::basic_string<char>::size()’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘int’ inside { } [-Wnarrowing]
int l1[3], l2[3] = {a.size(), b.size(), c.size()};
~~~~~~^~
./Main.cpp:10:45: warning: narrowing conversion of ‘b.std::__cxx11::basic_string<char>::size()’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘int’ inside { } [-Wnarrowing]
int l1[3], l2[3] = {a.size(), b.size(), c.size()};
~~~~~~^~
./Main.cpp:10:55: warning: narrowing conversion of ‘c.std::__cxx11::basic_string<char>::size()’ from ‘std::__cxx11::basic_string<char>::size_type {aka long unsigned int}’ to ‘int’ inside { } [-Wnarrowing]
int l1[3], l2[3] = {a.size(), b.size(), c.size()};
~~~~~~^~
./Main.cpp:11:9: error: ‘memcpy’ was not declared in this scope
memcpy(l1, l2, sizeof l2);
^~~~~~
./Main.cpp:11:9: note: suggested alternative: ‘wmemcpy’
memcpy(l1, l2, sizeof l2);
^~~~~~
wmemcpy
セット
テストケース