0_0_4735447_2023.cpp: In function `void permutation(int*, int, int)':
0_0_4735447_2023.cpp:5: error: `printf' undeclared (first use this function)
0_0_4735447_2023.cpp:5: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4735447_2023.cpp: In function `void permutation(int*, int*, int, int)':
0_0_4735447_2023.cpp:25: error: `printf' undeclared (first use this function)
0_0_4735447_2023.cpp: In function `void subset(int*, int*, int, int)':
0_0_4735447_2023.cpp:48: error: `printf' undeclared (first use this function)
0_0_4735447_2023.cpp: At global scope:
0_0_4735447_2023.cpp:57: error: `Type' was not declared in this scope
0_0_4735447_2023.cpp:58: error: expected `,' or `;' before '{' token
0_0_4735447_2023.cpp: In function `void Solve()':
0_0_4735447_2023.cpp:66: error: `MIN' undeclared (first use this function)
0_0_4735447_2023.cpp:66: error: `MAX' undeclared (first use this function)
0_0_4735447_2023.cpp:67: error: `EPS' undeclared (first use this function)
0_0_4735447_2023.cpp:71: error: `mid_area' undeclared (first use this function)
0_0_4735447_2023.cpp:71: error: `Calc' cannot be used as a function
0_0_4735447_2023.cpp:72: error: `midmid_area' undeclared (first use this function)
0_0_4735447_2023.cpp:72: error: `Calc' cannot be used as a function
|