# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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... |