Submission #02145
ソースコード
ステータス
項目 |
データ |
問題 |
0238 - ナップザック問題(Easy) |
ユーザー名 |
ei1528
|
投稿日時 |
2015-12-09 18:00:15 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
592 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:12:5: error: stray ‘\343’ in program
memo[idx][weight] = max(rec(idx+1,weight),rec(idx+1,weight-wi[idx])+vi[idx]);
^
./Main.cpp:12:5: error: stray ‘\200’ in program
./Main.cpp:12:5: error: stray ‘\200’ in program
./Main.cpp: In function ‘int rec(int, int)’:
./Main.cpp:12:5: error: ‘memo’ was not declared in this scope
セット
テストケース