diff --git a/src/week5/BOJ9935/BOJ9935_V1.cpp b/src/week5/BOJ9935/BOJ9935_V1.cpp new file mode 100644 index 0000000..91d751f --- /dev/null +++ b/src/week5/BOJ9935/BOJ9935_V1.cpp @@ -0,0 +1,34 @@ +#include +using namespace std; +int main() { + + string str, bomb; + cin >> str >> bomb; + + int bomb_size = bomb.size(); + string ret = ""; + for (int i=0; i= bomb_size) { + bool flag = true; + + for (int j=0; j