0_0_31368610_24080.cpp:1:5: error: stray '#' in program
18. #include <cstdio>
^
0_0_31368610_24080.cpp:2:5: error: stray '#' in program
19. #include <cstring>
^
0_0_31368610_24080.cpp:3:5: error: stray '#' in program
20. #include <queue>
^
0_0_31368610_24080.cpp:4:5: error: stray '#' in program
21. #define maxnode 1005
^
0_0_31368610_24080.cpp:5:5: error: stray '#' in program
22. #define sigma_size 4
^
0_0_31368610_24080.cpp:6:5: error: stray '#' in program
23. #define length 1005
^
0_0_31368610_24080.cpp:7:5: error: stray '#' in program
24. #define inf 2000
^
0_0_31368610_24080.cpp:1:1: error: expected unqualified-id before numeric constant
18. #include <cstdio>
^
0_0_31368610_24080.cpp:9:1: error: expected unqualified-id before numeric constant
26.
^
0_0_31368610_24080.cpp:11:1: error: expected unqualified-id before numeric constant
28. int val[maxnode];
^
0_0_31368610_24080.cpp:12:1: error: expected unqualified-id before numeric constant
29. int f[maxnode];
^
0_0_31368610_24080.cpp:13:1: error: expected unqualified-id before numeric constant
30. int last[maxnode];
^
0_0_31368610_24080.cpp:14:1: error: expected unqualified-id before numeric constant
31. int sz;
^
0_0_31368610_24080.cpp:15:1: error: expected unqualified-id before numeric constant
32.
^
0_0_31368610_24080.cpp:17:1: error: expected unqualified-id before numeric constant
34. char ban[25];
^
0_0_31368610_24080.cpp:18:1: error: expected unqualified-id before numeric constant
35. char s[length];
^
0_0_31368610_24080.cpp:19:1: error: expected unqualified-id before numeric constant
36. int n;
^
0_0_31368610_24080.cpp:20:1: error: expected unqualified-id before numeric constant
37. int slen;
^
0_0_31368610_24080.cpp:21:1: error: expected unqualified-id before numeric constant
38.
^
0_0_31368610_24080.cpp:23:1: error: expected unqualified-id before numeric constant
40.
^
0_0_31368610_24080.cpp:29:1: error: expected unqualified-id before numeric constant
46.
^
|