quite a problem

· 백준
코드#include #include using namespace std;string s;void FASTIO() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);}int main() { FASTIO(); while(getline(cin, s)) { // 대문자를 소문자로 바꾸기 for(int i = 0; i = 65 && s[i] string::npos // long long으로 저장 long long idx = 0; idx = s.find("problem"); // string::npos가 아니면 찾는 값이 있는 것 if(i..