| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1290635 | opitu | Xylophone (JOI18_xylophone) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#define int long long
#define iamaperson int main() {\
preprocess();\
int t; cin >> t; while (t--) solve();\
}
using namespace std;
void preprocess() {} // just in case!!!!1
void solve() {
}
#undef int
iamaperson
