78532024-01-11 13:23:25szabelrSíkság (55)cpp17Hibás válasz 0/55202ms13916 KiB
// Síkság.cpp : This file contains the 'main' function. Program execution begins and ends there.
//

#include <iostream>
#include <set>
using namespace std;
int tomb[100001];
int main()
{
    int n,x,most,max=0,z,kez=1,veg=1,kezmax,kezveg;
    cin >> n;
    cin >> x;
    multiset<int> multiset;
    multiset.insert(x);
    tomb[1] = x;
    for (int i = 2; i <= n; i++)
    {
        cin >> x;
        tomb[i] = x;
        if ((x - *multiset.begin() == 0 or x - *multiset.begin() == 1 or x - *multiset.begin() == -1) and *multiset.rbegin()-x != 2) {
            multiset.insert(x);
            cout << "fel" << " " << x << endl;
        }

        else
        {
            cout << "ennyi" ;
            cout << i << " ";
            most = multiset.size()-1;
            if (most > max) {
                max = most;
                kez= i-(multiset.size()-1);
                veg = i;
                max = most;
            }                
            z = *multiset.begin();
            multiset.erase(tomb[i- multiset.size()+1]);
            multiset.insert(x);
            cout << *multiset.rbegin() << endl;
        }
    }
    cout << max<<" ";
    cout << kez<< " ";
}

// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu

// Tips for Getting Started: 
//   1. Use the Solution Explorer window to add/manage files
//   2. Use the Team Explorer window to connect to source control
//   3. Use the Output window to see build output and other messages
//   4. Use the Error List window to view errors
//   5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
//   6. In the future, to open this project again, go to File > Open > Project and select the .sln file
RészfeladatÖsszpontTesztVerdiktIdőMemória
base0/55
1Hibás válasz0/03ms1812 KiB
2Hibás válasz0/017ms2224 KiB
3Hibás válasz0/22ms2140 KiB
4Hibás válasz0/23ms2224 KiB
5Hibás válasz0/23ms2436 KiB
6Hibás válasz0/23ms2644 KiB
7Hibás válasz0/33ms2988 KiB
8Hibás válasz0/24ms3220 KiB
9Hibás válasz0/34ms3312 KiB
10Hibás válasz0/318ms3628 KiB
11Hibás válasz0/318ms4312 KiB
12Hibás válasz0/318ms4532 KiB
13Időlimit túllépés0/3202ms13700 KiB
14Hibás válasz0/3160ms7844 KiB
15Időlimit túllépés0/3201ms10460 KiB
16Hibás válasz0/3171ms9264 KiB
17Hibás válasz0/3171ms9612 KiB
18Hibás válasz0/3181ms13012 KiB
19Hibás válasz0/3180ms13916 KiB
20Hibás válasz0/3195ms13096 KiB
21Hibás válasz0/389ms8696 KiB
22Hibás válasz0/3160ms9312 KiB