0_0_9306411_1775.cpp:2: error: variable or field `insert' declared void
0_0_9306411_1775.cpp:2: error: `num' was not declared in this scope
0_0_9306411_1775.cpp:2: error: `i' was not declared in this scope
0_0_9306411_1775.cpp:2: error: initializer expression list treated as compound expression
0_0_9306411_1775.cpp:3: error: variable or field `replace' declared void
0_0_9306411_1775.cpp:3: error: `num' was not declared in this scope
0_0_9306411_1775.cpp:3: error: `m' was not declared in this scope
0_0_9306411_1775.cpp:3: error: initializer expression list treated as compound expression
0_0_9306411_1775.cpp: In function `int main()':
0_0_9306411_1775.cpp:12: error: `insert' cannot be used as a function
0_0_9306411_1775.cpp:14: error: `replace' cannot be used as a function
0_0_9306411_1775.cpp: At global scope:
0_0_9306411_1775.cpp:26: error: variable or field `insert' declared void
0_0_9306411_1775.cpp:26: error: redefinition of `int insert'
0_0_9306411_1775.cpp:2: error: `int insert' previously defined here
0_0_9306411_1775.cpp:26: error: `num' was not declared in this scope
0_0_9306411_1775.cpp:26: error: `i' was not declared in this scope
0_0_9306411_1775.cpp:26: error: expected `,' or `;' before '{' token
0_0_9306411_1775.cpp:38: error: variable or field `replace' declared void
0_0_9306411_1775.cpp:38: error: redefinition of `int replace'
0_0_9306411_1775.cpp:3: error: `int replace' previously defined here
0_0_9306411_1775.cpp:38: error: `num' was not declared in this scope
0_0_9306411_1775.cpp:38: error: `m' was not declared in this scope
0_0_9306411_1775.cpp:38: error: expected `,' or `;' before '{' token
|