개인공부용123 프로그래밍 블로그
[백준]boj2941
#include #include using namespace std; int main() { freopen("test.txt", "r", stdin); ios::sync_with_stdio(false); cin.tie(NULL); char str[101]; int cnt = 0; int i = 0; cin >> str; while (i < strlen(str)) { if (str[i] == 'c') { if (str[i + 1] == '=' || str[i + 1] == '-') ++i; } else if (str[i] == 'd') { if (str[i + 1] == '-') ++i; else if (str[i + 1] == 'z' && str[i + 2] == '=') i += 2; } else if..
카테고리 없음
2020. 7. 7. 23:11
[백준] boj1316
#include using namespace std; void init(char* str, bool* chk) { for (int i = 0; i > T; while (T--) { init(str,chk); prev_c = 0; cin >> str; for (int i = 0; str[i] != 0; ++i) { c = str[i]; if (c != prev_c && chk[c - 'a']) { --cnt; break; } chk[c - 'a'] = true; prev_c = c; } ++cnt; } cout
알고리즘문제
2020. 7. 6. 23:00
캡스톤 프로젝트 완성본
Project
2017. 7. 3. 19:29