diff --git a/22A Second Order Statistics/22A.cpp b/22A Second Order Statistics/22A.cpp new file mode 100644 index 0000000..13bce01 --- /dev/null +++ b/22A Second Order Statistics/22A.cpp @@ -0,0 +1,35 @@ +#include +using namespace std; +using ll = long long; + + +void solve() +{ + int n; + cin>>n; + sets; + for(int i=0; i>x; + s.insert(x); + } + if(s.size()==1) + cout<<"NO"<> TC; + //cin.ignore(); + while (TC--) solve(); +} \ No newline at end of file