백준/C++
2025. 3. 21.
[Baekjoon/C++] 6750번 - Rotating letters
[백준] Baekjoon Online Judge 문제An artist wants to construct a sign whose letters will rotate freely in the breeze. In order to do this, she must only use letters that are not changed by rotation of 180 degrees: I, O, S, H, Z, X, and N.Write a program that reads a word and determines whether the word can be used on the sign. 입력The input will consist of one word, all in uppercase letters, with no sp..