0_0_39911891_20648.cpp:36:6: error: redefinition of 'int* cheshiti(int, int, int*)'
36 | int* cheshiti(int a, int b, int* c) {
| ^~~~~~~~
0_0_39911891_20648.cpp:4:6: note: 'int* cheshiti(int, int, int*)' previously defined here
4 | int* cheshiti(int a, int b, int* c) {
| ^~~~~~~~
0_0_39911891_20648.cpp:46:5: error: redefinition of 'int main()'
46 | int main() {
| ^~~~
0_0_39911891_20648.cpp:14:5: note: 'int main()' previously defined here
14 | int main() {
| ^~~~
|