[TIL] 21-07-28

0

TIL

목록 보기
40/95
post-thumbnail

알고리즘 스터디

  • 백준 1285 동전 뒤집기 O
  • 종만북 20장 문자열 O
  • 백준 11656 접미사 배열 O
  • 백준 1786 찾기 O
  • 백준 1701 Cubeditor O
  • 백준 16570 앞뒤가 맞는 수열 O

알고리즘 스터디

⚡백준 1285 동전 뒤집기

종만북 20장 문자열

백준 11656 접미사 배열

백준 1786 찾기

백준 1701 Cubeditor

백준 16570 앞뒤가 맞는 수열

📌참고자료

//string
string str;
getline(cin, str);
//getline(cin, str, '\n');	
//char array
char ch[100];
cin.getline(ch, 100);
//cin.getline(ch, 100, '\n');
profile
Be able to be vulnerable, in search of truth

0개의 댓글