QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#225367 | #7521. Find the Gap | PetroTarnavskyi# | WA | 0ms | 3548kb | C++17 | 149b | 2023-10-24 16:06:44 | 2023-10-24 16:06:44 |
Judging History
answer
#include <iostream>
#include <set>
#include <map>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
return 0;
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3548kb
input:
8 1 1 1 1 1 2 1 2 1 1 2 2 2 1 1 2 1 2 2 2 1 2 2 2
output:
result:
wrong output format Unexpected end of file - double expected