0_0_4661197_6564.cpp: In function `int pm(int, int, int)':
0_0_4661197_6564.cpp:64: error: `i' undeclared (first use this function)
0_0_4661197_6564.cpp:64: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4661197_6564.cpp:66: error: invalid conversion from `int*' to `int'
0_0_4661197_6564.cpp:66: error: invalid conversion from `int*' to `int'
0_0_4661197_6564.cpp:42: error: too few arguments to function `void mul(int, int, const int*, const int*, int*)'
0_0_4661197_6564.cpp:66: error: at this point in file
0_0_4661197_6564.cpp:67: error: invalid conversion from `int*' to `int'
0_0_4661197_6564.cpp:67: error: invalid conversion from `int*' to `int'
0_0_4661197_6564.cpp:42: error: too few arguments to function `void mul(int, int, const int*, const int*, int*)'
0_0_4661197_6564.cpp:67: error: at this point in file
0_0_4661197_6564.cpp: At global scope:
0_0_4661197_6564.cpp:72: error: extraneous `int' ignored
0_0_4661197_6564.cpp: In function `void work()':
0_0_4661197_6564.cpp:94: error: `ans' undeclared (first use this function)
0_0_4661197_6564.cpp:97: error: `tmp' undeclared (first use this function)
|