#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector<int> v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}
return 0;
}// 24%
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector<int> v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}
return 0;
}// 39%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}return 0;
}// 24%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}return 0;
}// 39%
他測資很大
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}return 0;
}// 24%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}return 0;
}// 39%他測資很大
那有什麼好方法嗎
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}return 0;
}// 24%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}return 0;
}// 39%他測資很大
那有什麼好方法嗎
他可能在考map跟優化吧,來刷leetcode吧 bro~
挑主題練會比較好一點,有些題目可能要用些酷酷的方法才會過www
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}return 0;
}// 24%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}return 0;
}// 39%他測資很大
那有什麼好方法嗎
他可能在考map跟優化吧,來刷leetcode吧 bro~
挑主題練會比較好一點,有些題目可能要用些酷酷的方法才會過www
好ㄅ
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
cout << *max_element(v.begin(), v.end()) << '\n';
for (int i = 0; i < v.size(); i++) {
if (v[i]==*max_element(v.begin(), v.end())){
v.erase (v.begin()+i);
break;
}
}
}
else if (t==3){
cout << *min_element(v.begin(), v.end()) << '\n';
for (int j = 0; j < v.size(); j++) {
if (v[j]==*min_element(v.begin(), v.end())){
v.erase (v.begin()+j);
break;
}
}
}
}return 0;
}// 24%
#includeusing namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
vector v;
int t;
while (cin >> t){
if (t==1){
int n;
cin >> n;
v.push_back(n);
}
else if (t==2){
sort (v.begin(), v.end());
cout << v[v.size()-1] << '\n';
v.erase (v.begin()+(v.size()-1));
}
else if (t==3){
sort (v.begin(), v.end());
cout << v[0] << '\n';
v.erase (v.begin()+0);
}
}return 0;
}// 39%他測資很大
那有什麼好方法嗎
他可能在考map跟優化吧,來刷leetcode吧 bro~
挑主題練會比較好一點,有些題目可能要用些酷酷的方法才會過www好ㄅ
可是我有英文障礙