#include "calc.h" int main() { add(3,7); sub(3,7); mul(3,7); return 0; }