0_0_27755782_13981.cpp:20:13: error: stray '\241' in program
scanf(“%d %d”, &a, &b);//模拟一个人说话
^
0_0_27755782_13981.cpp:20:13: error: stray '\260' in program
0_0_27755782_13981.cpp:20:13: error: stray '\241' in program
0_0_27755782_13981.cpp:20:13: error: stray '\261' in program
0_0_27755782_13981.cpp:31:9: error: stray '\241' in program
printf(“%d\n”, an[n]);//循环结束后an[n]保存了最终的结果
^
0_0_27755782_13981.cpp:31:9: error: stray '\260' in program
0_0_27755782_13981.cpp:31:9: error: stray '\' in program
0_0_27755782_13981.cpp:31:9: error: stray '\241' in program
0_0_27755782_13981.cpp:31:9: error: stray '\261' in program
0_0_27755782_13981.cpp: In function 'int main()':
0_0_27755782_13981.cpp:20:21: error: expected primary-expression before '%' token
scanf(“%d %d”, &a, &b);//模拟一个人说话
^
0_0_27755782_13981.cpp:20:22: error: 'd' was not declared in this scope
scanf(“%d %d”, &a, &b);//模拟一个人说话
^
0_0_27755782_13981.cpp:28:40: error: 'max' was not declared in this scope
an[i] = max(an[i], dp[j][i]);
^
0_0_27755782_13981.cpp:28:40: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_27755782_13981.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:261:5: note: 'std::max'
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
0_0_27755782_13981.cpp:31:18: error: expected primary-expression before '%' token
printf(“%d\n”, an[n]);//循环结束后an[n]保存了最终的结果
^
0_0_27755782_13981.cpp:31:19: error: 'd' was not declared in this scope
printf(“%d\n”, an[n]);//循环结束后an[n]保存了最终的结果
^
|