0_0_16217419_21437.cpp:39:4: error: stray '\302' in program
for (int s = 0;s<(1 << m);s++) //当后面的的位置有前面没有的膜要加上,当后面的膜前面也有,前面的状态s中也有的膜,也要加上,但是如果后面有,前面枚举的状态s中没有的膜就不用加上了。
^
0_0_16217419_21437.cpp:39:4: error: stray '\240' in program
0_0_16217419_21437.cpp:53:5: error: stray '\302' in program
if ((s&(1 << j)) && r[x] == i) //如果这个青蛙在一条膜的最后位置,那么他的状态中的这个位置就不能包含这个点,这个点必须为0,不为0的状态无法转移到下一个状态。
^
0_0_16217419_21437.cpp:53:5: error: stray '\240' in program
0_0_16217419_21437.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-size:14px;">//hdu 5555 状态压缩dp
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_16217419_21437.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|