how to provide input in contest????

do i need to use scanf like function or it need to provided in function arguments???

You have to read from stdin and print to stdout. So yes you have to use scanf or similar function for input.

1 Like

ok thanks buddy…

Thanks buddy…