Submission #445870

# Submission time Handle Problem Language Result Execution time Memory
445870 2021-07-20T04:02:53 Z blue Flood (IOI07_flood) C++17
0 / 100
14 ms 11032 KB
#include <iostream>
#include <vector>
using namespace std;

const int maxN = 100'000;
const int maxW = 200'000;
vector<int> X(1+maxN), Y(1+maxN);
vector<int> A(1+maxW), B(1+maxW);

int main()
{
    int N;
    cin >> N;

    vector<int> G;
    for(int i = 1; i <= 1'400'000; i++) G.push_back(5);
}
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10936 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10960 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10952 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 13 ms 10936 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 11 ms 10936 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10936 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10936 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 13 ms 10936 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 11 ms 10900 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 11032 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 13 ms 10960 KB Unexpected end of file - int32 expected
# Verdict Execution time Memory Grader output
1 Incorrect 12 ms 10936 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 13 ms 10936 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 14 ms 10952 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -