Submission #45106
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:30:5: error: ‘memset’ was not declared in this scope
memset(dp, -1, sizeof(dp));
^~~~~~
./Main.cpp:30:5: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
./Main.cpp:3:1:
+#include <cstring>
using namespace std;
./Main.cpp:30:5:
memset(dp, -1, sizeof(dp));
^~~~~~
./Main.cpp:38:15: error: expected ‘}’ at end of input
return (0);
^
./Main.cpp:29:1: note: to match this ‘{’
{
^
セット
テストケース