# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1232249 | k1r1t0 | Ancient Machine 2 (JOI23_ancient2) | C++20 | 0 ms | 320 KiB |
#include "ancient2.h"
#include <string>
#include <vector>
std::string Solve(int N) {
return "";
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |