QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#185633 | #6394. Turn on the Light | UESTC_Guest_WiFi# | WA | 1ms | 3520kb | C++14 | 240b | 2023-09-22 13:32:40 | 2023-09-22 13:32:41 |
Judging History
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