Submission #44587
ソースコード
ステータス
項目 |
データ |
問題 |
0910 - 百円以下の拾得物 |
ユーザー名 |
ei1832
|
投稿日時 |
2018-11-06 18:13:27 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
633 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:3: error: ‘memset’ was not declared in this scope
memset(memo,-1,sizeof(memo));
^~~~~~
./Main.cpp:9:3: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
./Main.cpp:3:1:
+#include <cstring>
#include<string>
./Main.cpp:9:3:
memset(memo,-1,sizeof(memo));
^~~~~~
セット
テストケース