# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1173957 | nuutsnoynton | Prosjecni (COCI16_prosjecni) | C++20 | 0 ms | 328 KiB |
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
unordered_map < ll, ll > mp;
int main() {
ll n, m, r, p, x, s, y, i, j, ans, t;
cin >> n;
cout << -1 << endl;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |