# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1125943 | lam280407 | Jobs (BOI24_jobs) | C++20 | 46 ms | 4928 KiB |
#include<bits/stdc++.h>
#define int long long
#define vi vector<int>
#define vl vector<ll>
#define pii pair<int, int>
#define pll pair<ll, ll>
#define fi first
#define se second
#define pb push_back
#define all(x) (x).begin(),(x).end()
#define inf32 0x3f3f3f3f
#define inf64 0x3f3f3f3f3f3f3f3f
#define el '\n'
#define bit(n, i) ((n >> i) & 1)
#define TASK "Jobs"
using namespace std;
const int base = 523;
const int blz = 350;
const int mode = 998244353;
const int N = 3e5 + 3;
template<typename T>
void maximize(T &a, T b){
if (a < b) a = b;
}
template<typename T>
void minimize(T &a, T b){
if (a > b) a = b;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |