# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
650682 | 2022-10-14T16:28:35 Z | Tob | Fireworks (APIO16_fireworks) | C++14 | 0 ms | 0 KB |
#include <bits/stdc++.h> #define ll long long #define F first #define S second #define all(x) x.begin(), x.end() #define pb push_back #define FIO ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0) using namespace std; ll nxt() {ll num; cin >> num; return num;} int n, m; ll t[1000000000]; int main () { cin >> n >> m; return 0; }