78512024-01-11 13:21:48szabelrSíkság (55)cpp17Wrong answer 0/55182ms13652 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<< " ";
    //cout << veg << " ";
}

// 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
SubtaskSumTestVerdictTimeMemory
base0/55
1Wrong answer0/03ms1812 KiB
2Wrong answer0/025ms2224 KiB
3Wrong answer0/23ms2264 KiB
4Wrong answer0/23ms2428 KiB
5Wrong answer0/23ms2672 KiB
6Wrong answer0/23ms2880 KiB
7Wrong answer0/33ms3092 KiB
8Wrong answer0/24ms3180 KiB
9Wrong answer0/34ms3296 KiB
10Wrong answer0/318ms3948 KiB
11Wrong answer0/318ms4604 KiB
12Wrong answer0/317ms4724 KiB
13Wrong answer0/3182ms13632 KiB
14Wrong answer0/3164ms7680 KiB
15Wrong answer0/3165ms10216 KiB
16Wrong answer0/3168ms8760 KiB
17Wrong answer0/3173ms9296 KiB
18Wrong answer0/3181ms12568 KiB
19Wrong answer0/3180ms13652 KiB
20Wrong answer0/3175ms12888 KiB
21Wrong answer0/390ms8376 KiB
22Wrong answer0/3138ms9032 KiB