QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#185633#6394. Turn on the LightUESTC_Guest_WiFi#WA 1ms3520kbC++14240b2023-09-22 13:32:402023-09-22 13:32:41

Judging History

你现在查看的是最新测评结果

  • [2023-09-22 13:32:41]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3520kb
  • [2023-09-22 13:32:40]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main()
{
    set<long double> s;
    vector<long double> v;
    for (auto x:v)
    {
        if (x<*s.rbegin())
            s.erase(s.lower_bound(x));
        s.insert(x);
    }
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3520kb

input:


output:


result:

wrong answer format  Unexpected end of file - token expected