第二周作业
摘要:#include <stdio.h> int main(){ int N, i; long X; long num; scanf("%d%ld", &N, &X); for(i=0; i<N; i++){ scanf("%ld", &num); if(num==X){ printf("%d\n",
阅读全文
posted @ 2019-03-08 19:07
posted @ 2019-03-08 19:07