항 저 우 전기 acm 당신 의 현재 찾기 (2)

1871 단어 find
제목 주소:http://acm.hdu.edu.cn/game/entry/problem/show.php?chapterid=1§ionid=2&problemid=11
이상 하거나 주의해 야 할 문 제 는 cin 을 사용 할 수 없다 는 것 입 니 다. 너무 느 립 니 다.
c + + 소스 코드:
#include<iostream>

#include<cstdio>

#include<map>

using namespace std;

int main(){

    int n;

    while(scanf("%d",&n)==1&&n!=0){

        int res=0,b;

        for(int i=0;i<n;i++){

            scanf("%d",&b);

            res =res^b;

        }

        printf("%d
",res); } return 0; }

좋은 웹페이지 즐겨찾기