QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#225371 | #7521. Find the Gap | PetroTarnavskyi# | WA | 0ms | 3620kb | C++17 | 139b | 2023-10-24 16:07:21 | 2023-10-24 16:07:21 |
Judging History
answer
#include <iostream>
#include <set>
#include <map>
int main()
{
std::ios::sync_with_stdio(0);
std::cin.tie(0);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3620kb
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