QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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);
}
}
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3520kb
input:
output:
result:
wrong answer format Unexpected end of file - token expected