
주어진 코드 #include #include #include int solution(int temperature[], int temperature_len, int A, int B) { int answer = 0; //빈칸 return answer; } int main() { int temperature[] = { 3, 2, 1, 5, 4, 3, 3, 2 }; int temperature_len = 8; int A = 1; int B = 6; int ret = solution(temperature, temperature_len, A, B); printf("solution 함수의 반환 값은 %d 입니다.\n", ret); } 완성 코드 #include #include #include int solution(..
[코테]/[GroomEdu]
2021. 5. 28. 18:00
공지사항
최근에 올라온 글
TAG
- 코딩테스트
- 배열활용문제
- 구름 기출문제
- c언어
- lv1
- groom
- YBM기출
- lv2
- Cos Pro
- COSPRO 2급
- 구름에듀
- c언어 기출문제
- CosPro
- groomedu
- 코스프로
- cospro기출문제
- 기출문제
- 구름에듀 기출문제
- Java
- 프로그래머스
- 알고리즘
- C
- 배열
- 연습문제
- YBM
- C++
- 1급
- programmers
- cospro기출
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함