몫 구하기

김토리·2024년 2월 5일

알고리즘

목록 보기
3/27

#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>

int solution(int num1, int num2) {
    return num1 / num2;
}
profile
웹 개발하며 데이터 분석, AI 공부하는 jinveloper

0개의 댓글