| Problem | minimise |
|---|---|
| User | Xrh999 |
| Submission Time | 2026-02-10 12:03:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimise.cpp:10:24: error: stray ‘#’ in program
10 | map<int, int> idk;a#include "bits/stdc++.h"
| ^
minimise.cpp: In function ‘int main()’:
minimise.cpp:10:23: error: ‘a’ was not declared in this scope
10 | map<int, int> idk;a#include "bits/stdc++.h"
| ^
minimise.cpp:13:1: error: a template declaration cannot appear at block scope
13 | template<typename T> using min_pq = priority_queue<T, vector<T>, greater<T>>;
| ^~~~~~~~