include int main() { int n,t,flag1,flag2,j,total=0,i; int m; scanf("%i %i", &n, &m); int a[n],b[m]; for (i = 0; i < n; i++) scanf("%i" ...
確定! 回上一頁