QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#225462 | #7521. Find the Gap | PetroTarnavskyi# | ML | 0ms | 0kb | C++17 | 171b | 2023-10-24 17:48:40 | 2023-10-24 17:48:40 |
answer
#include <iostream>
#include <vector>
int main()
{
std::ios::sync_with_stdio(0);
std::cin.tie(0);
std::vector<long long> v(77474747);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Memory Limit Exceeded
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