#include <stdio.h>int multiple(x, y) { a = x * y; return a;}int main(){ multiple(5, 2);}multiple 안에 a=x*y; 에서 오류나는데
아 데이터형 선언 안해줬음 ㅋㅋ 내가 고쳤따 야호~