单项选择题

#include<stdio.h>
typedef struct abc
int a,b,c;

main()
struct abe s[2]=1,2,3),4,5,6;
int t=-s[0].a+s[1].b;
printf("%d\n",t);