반응형
[codeforces] A. Petya and Strings
알고리즘(Python,Java)2019. 8. 22. 20:32[codeforces] A. Petya and Strings

problem Little Petya loves presents. His mum bought him two strings of the same size for his birthday. The strings consist of uppercase and lowercase Latin letters. Now Petya wants to compare those two strings lexicographically. The letters' case does not matter, that is an uppercase letter is considered equivalent to the corresponding lowercase letter. Help Petya perform the comparison. Input E..

openpyxl.utils.exceptions.IllegalCharacterError
Etc/it_info2019. 8. 22. 19:43openpyxl.utils.exceptions.IllegalCharacterError

평소처럼 웹페이지에서 Scraping으로 데이터를 수집하고 있었다. 그런데 이상하게 오늘은 python openpyxl.utils.exceptions.IllegalCharacterError 불러오는 중입니다... 위와 같은 error가 계속 발생하였다. 해결방법은 다음과 같다. 해결하기 위해서는 xlsxwriter가 필요하다 다운받아준다 그리고 기존의 코드에서 다음의 engine='xlsxwriter' 이 부분을 추가해 주면 오류가 해결된다. df1.to_excel('C:/Users/82107/Desktop/졸작/beta_senior_project_Excel/Image&content/image&content8000.xlsx',engine='xlsxwriter')

[codeforces] A. Bit++
알고리즘(Python,Java)2019. 8. 22. 18:20[codeforces] A. Bit++

problem The classic programming language of Bitland is Bit++. This language is so peculiar and complicated. The language is that peculiar as it has exactly one variable, called x. Also, there are two operations: Operation ++ increases the value of variable x by 1. Operation -- decreases the value of variable x by 1. A statement in language Bit++ is a sequence, consisting of exactly one operation..

[codeforces] A. Domino piling
알고리즘(Python,Java)2019. 8. 22. 17:34[codeforces] A. Domino piling

problem You are given a rectangular board of M × N squares. Also you are given an unlimited number of standard domino pieces of 2 × 1 squares. You are allowed to rotate the pieces. You are asked to place as many dominoes as possible on the board so as to meet the following conditions: 1. Each domino completely covers two squares. 2. No two dominoes overlap. 3. Each domino lies entirely inside th..

[codeforces] A. Team
알고리즘(Python,Java)2019. 8. 22. 16:26[codeforces] A. Team

problem One day three best friends Petya, Vasya and Tonya decided to form a team and take part in programming contests. Participants are usually offered several problems during programming contests. Long before the start the friends decided that they will implement a problem if at least two of them are sure about the solution. Otherwise, the friends won't write the problem's solution. This conte..

[파일이즈 클린문화체험 5] 인비저블 게스트 후기
일상/파일이즈 클린문화체험 1기(2019)2019. 8. 22. 01:35[파일이즈 클린문화체험 5] 인비저블 게스트 후기

안녕하세요!! 오늘 후기 남겨볼 영화는 "인비저블 게스트"입니다!! 영화 간단 줄거리 의문의 습격으로 살해 당한 ‘로라’ ‘아드리안’은 연인의 죽음에 절망하고, 범인은 흔적도 없이 사라졌다. 유력한 용의자로 누명을 쓴 ‘아드리안’은 승률 100%의 변호사 ‘버지니아’를 선임한다. 그리고 자신의 무죄를 입증하기 위해 고군분투하던 중 과거 그와 ‘로라’가 은폐한 교통사고와 숨겨진 연관성을 찾게 되는데… 남은 시간은 단 3시간, 사건을 재구성해 무죄를 입증해야 한다! By 네이버 영화 솔직 후기 영화의 사건전개가 계속 바뀌면서 긴장감을 놓을 수 없는 영화였습니다.. 영화 초반에 나오는 두남녀가 얘기를 나누면서 사건이 시작되는데요. 그 시점을 기준으로 과거로 돌아가는 포인트가 굉장히 매력적이였습니다. 어떻게 생..

반응형
image