Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 배열 입력시 data 출력 문제 #16

Open
songhune opened this issue Sep 8, 2018 · 0 comments
Open

python 배열 입력시 data 출력 문제 #16

songhune opened this issue Sep 8, 2018 · 0 comments

Comments

@songhune
Copy link

songhune commented Sep 8, 2018

문제 번호 및 언어
python language로 되어있는 문제 전반
구름 ui에서만 이렇게 샘플코드가 되어있심다.
요청사항

분류: 4. 기타 요청 사항

기존코드
data= map(int,input().split())# 뭐 int는 문제 케이스마다 다를 수 있지만여..
건의코드
data = list(map(int,input().split()))
요렇게 해야 될 것 같습니다만.. 모자란 지식이 있다면 보충해 주시면 감사하겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant