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 |
Tags
- Nonhomogeneous ODEs
- 삼성SW역량테스트
- Homogeneous ODEs
- Python
- 영어회화
- 코딩테스트
- 공수 문제풀이
- ODEs
- 백준
- 맛집
- 공수1
- 공수
- 비제차 상미분 방정식
- SW역량테스트
- Problem set 2.7
- Problem Set 1.4
- 문제풀이
- 미분방정식
- 공업수학
- kreyszig
- Ode
- vocabulary
- Advanced Engineering Mathematics
- homogeneous
- English
- 공학수학
- 대학
- Conversation
- Problem set 1.5
- 미방
Archives
- Today
- Total
목록SWEA5650 (1)
한걸음
[221006] SWEA 5650 : 핀볼게임
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRF8s6ezEDFAUo SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 1. 해당 문제는? 전형적인 시뮬레이션 문제 2. 전체 코드 메모리 : 68636 KB, 시간 : 779 ms, 풀이 시간 : 39분 def block(block_num, d): if block_num == 1 : ref_d = [3, 2, 0, 1] if block_num == 2 : ref_d = [2, 0, 3, 1] if block_num == 3 : ref_d = [2, 3, 1, 0] i..
Coding Test
2022. 10. 6. 19:06