Please tell me why u passed parameter in the int main() function?

what is the use of these parameter in the code why u passed it??

hello @kailash_01 ,
those arguments are command line arguments, and they are never used for this problem.

read more about it here -> https://www.geeksforgeeks.org/command-line-arguments-in-c-cpp/