ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1006. Square Frames

Input issues
Posted by irkstepanov 28 Jun 2025 15:31
To read the input in C++, the following helped me: unsigned char x = cin.get().

Then I used some ifs in the form of if (x == 218) { ... }

Also, the first test case seems to be different from the one suggested in the statement.