A tool for competitive programming: Procon Input

In competitive programming like Codeforces or AtCoder, the input is given as the stdio and it is sometimes annoying to parse the input.

If you use Rust and you are in AtCoder, proconio is available but this library is not available in any other conditions.

That's why I've implemented

The web app is deployed to https://akiradeveloper.github.io/procon-input/.

Here is the screenshot of the app. You can choose from 10 languages: Python, C++, Nim, Ruby, Java, C#, Rust, Kotlin, Go and Swift.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-01-22 17.45.45

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-01-22 17.45.19

Thanks to nom for implementing the parser and yew to implement the application.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.