| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 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
