0_0_13002612_22023.cpp:18: error: `std::vector' has not been declared
0_0_13002612_22023.cpp:18: error: expected `,' or `...' before '<' token
0_0_13002612_22023.cpp:18: error: ISO C++ forbids declaration of `parameter' with no type
0_0_13002612_22023.cpp: In function `void trans(int, int, int, int)':
0_0_13002612_22023.cpp:20: error: `val' undeclared (first use this function)
0_0_13002612_22023.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13002612_22023.cpp: In function `void prepare(int)':
0_0_13002612_22023.cpp:30: error: `vector' is not a member of `std'
0_0_13002612_22023.cpp:30: error: expected primary-expression before "int"
0_0_13002612_22023.cpp:30: error: expected `;' before "int"
0_0_13002612_22023.cpp:31: error: request for member `resize' in `dp[0]', which is of non-class type `int[16]'
0_0_13002612_22023.cpp:32: error: request for member `resize' in `dp[1]', which is of non-class type `int[16]'
0_0_13002612_22023.cpp:38: error: invalid conversion from `int*' to `int'
0_0_13002612_22023.cpp:18: error: too many arguments to function `void trans(int, int, int, int)'
0_0_13002612_22023.cpp:38: error: at this point in file
|