[프로그래머스]두 수의 곱

박예림·2023년 2월 21일
0

코테

목록 보기
3/132

int solution(int num1, int num2) {
    return num1*num2;
}
profile
응애 나 아기개발자

0개의 댓글