Submission #718256

# Submission time Handle Problem Language Result Execution time Memory
718256 2023-04-03T18:22:07 Z potato167 Reversing a Sequence (IOI16_reverse) C++17
0 / 100
1 ms 212 KB
#include "reverse.h"

std::vector<long long> reverse(std::vector<long long> a) {
	return std::vector<long long>(a.size());
}

# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -