Submission #47498

# Submission time Handle Problem Language Result Execution time Memory
47498 2018-05-03T20:29:41 Z qoo2p5 Long Distance Coach (JOI17_coach) C++14
0 / 100
2 ms 376 KB
#include <iostream>
#include <cassert>

int main() {
    int x, n, m, w, t;
    std::cin >> x >> n >> m >> w >> t;
    assert(t != 0);
    return 0;
}
# Verdict Execution time Memory Grader output
1 Runtime error 2 ms 376 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 2 ms 376 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 2 ms 376 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 2 ms 376 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -