#include <stdio.h>
// 内部函数
static void _show_sum(int a, int b, int c);
// 全局函数
void twoNumAdd(int a, int b);