printf("Jack运算结果是:%s/n", jackResult(a,b,c)); return 0;
为什么main函数输出jack那里不能这样写呢?
正是因为它用的是void没有返回值,printf里不能直接写