ENG
RUS
Timus 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
irkstepanov
Input issues
// Problem
1006. Square Frames
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.
© 2000–2026
Timus Online Judge Team
. All rights reserved.