Help With USACO Bronze

Hello,

I’m pretty new to USACO. I decided to check out the bronze problems, but i don’t understand what “Sample Input” and “Sample Output” Is.

It’s to input and output using files.

Just to clarify, more recent USACO problems use standard I/O rather than file I/O (as mentioned in the linked module).

Sample input is the example input, and the sample output is the answer to that input. It gives an example to show how the input is formatted, and it gives an example to show how you should output the answer.