2024-03-13 01:11:33 +08:00

7 lines
84 B
C++

#include <stdio.h>
#include "head.h"
int multiply(int a, int b)
{
return a*b;
}