Update appNew update is available. Click here to update.
About
My Stats
EXP gained
yellow-spark
959
Level
4 (Scholar)
Community stats
Discussions
0
Upvotes
1
Know more
19
Total problems solved
16
Easy
3
Moderate
0
Hard
0
Ninja
Jan Jan Feb Feb Mar Mar Apr Apr May May Jun Jun Jul Jul Aug Aug Sep Sep Oct Oct Nov Nov Dec Dec

Current streak:

0 days

Longest streak:

6 days

Less

More

Discussions
Error on submission
Interview problems

My code passes all test cases. But on submission it throws compilation error as below :

error: cannot convert 'std::vector' to 'int*' for argument '1' to 'void mergeSort(int*, int, int)'     mergeSort(c, 0, (int)c.size() - 1);

profile
Siva Ranjani
Published On 23-Sep-2023
78 views
3 replies
1 upvotes