[๋ฐฑ์ค,c++] 1157๋ฒ - ๋จ์ด ๊ณต๋ถ
ํ์ด1 #include #include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(0); string s; cin >> s; vectoralphabet = { 'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z' }; vectorcheck(26); vector cnt_check(26); transform(s.begin(), s.end(), s.begin(), ::toupper); for (int i = 0; i < s.length(); i++) { for (int k..
2021. 10. 28.