#36799: CPP ans


yp11151049@yphs.tp.edu.tw (801-24)

學校 : 臺北市私立延平高級中學
編號 : 197224
來源 : [203.72.178.1]
最後登入時間 :
2024-01-16 09:26:24
b523. 先別管這個了,你聽過安麗嗎? -- 104學年度板橋高中校內資訊學科能力競賽(一) | From: [203.72.178.1] | 發表日期 : 2023-08-09 14:54

#include<bits/stdc++.h>
using namespace std;
int main(){
    set<string> s;
    string line;
    while(getline(cin,line)){
        cout<<(s.count(line)?"YES":"NO")<<endl;
        s.insert(line);
    }
}

 
ZeroJudge Forum