How to submit after the USACO contests since 2020?

Since 2021, problems of USACO contests needs to submit online, and there is no source file name specified. So how could I submit and verify my code after the contests?

You submit it like usual- it’s just that problems now use stdin/stdout instead of files for IO.

Got it. Thanks a lot.