# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1187532 | mattsoh | 새 집 (APIO18_new_home) | C++17 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
const ll maxn = 3e5 + 10;
ll stx[maxn][maxn];
int main() {
}
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1187532 | mattsoh | 새 집 (APIO18_new_home) | C++17 | 0 ms | 0 KiB |