Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- EOF
- 정보보호 영재원
- 10833
- 2506
- 5586
- 10995
- BoB 7기
- 공주대 정보보호
- 리뷰
- 11943
- Best of the Best
- 영재교육원
- 2965
- 2501
- 차세대 보안 리더 양성
- 11109
- text
- 2605
- 정보보호 영재교육원
- 1547
- 2476
- boj
- Python
- 차세대 보안 리더 양성 프로그램
- 영재원
- acmicpc
- 5086
- BoB 후기
- BOB
- 4101
Archives
- Today
- Total
목록4435 (1)
짱해커가 되어보자
boj 4435
* Solved 기준 브론즈2 단순 풀이 for i in range(int(input())): a = list(map(int,input().split())) b = list(map(int,input().split())) A = a[0]+a[1]*2+a[2]*3+a[3]*3+a[4]*4+a[5]*10 B = b[0]+b[1]*2+b[2]*2+b[3]*2+b[4]*3+b[5]*5+b[6]*10 print('Battle {}: {}'.format(i+1, 'Evil eradicates all trace of Good' if B>A else 'Good triumphs over Evil' if A>B else 'No victor on this battle field'))
프로그래밍_일반/백준
2020. 3. 17. 09:43