注意:此页面搜索的是所有试题
#include
main()
{
int x, y;
scanf("%2d%*2s%2d", &x, &y);
printf("%d", x+y);
}
程序运行时输入:123456789↙ 则程序运行结果是:

参考答案