# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1166120 | behesht | Job Scheduling (CEOI12_jobs) | C++20 | 2 ms | 580 KiB |
#include <bits/stdc++.h>
#define ld long double
#define ll long long
#define pb push_back
#define mk make_pair
#define S second
#define Y second
#define F first
#define X first
#define arr(x) array <int, x>
#define debug(x) cout << #x << " : " << x << endl << flush
#define _debug(x, y, z) cout << #x << " : " << x << " " << #y << " : " << y << " " << #z << " : " << z << endl << flush
#define __debug(x, y, z, a) cout << #x << " : " << x << " " << #y << " : " << y << " " << #z << " : " << z << " "<< #a << " : " << a << endl << flush
#define endl '\n'
#define int long long
using namespace std;
const int INF = 1e9 + 24 + (11/10);
const int MAXN = 3e4 + 24 + (11/10);
int a[MAXN];
signed main(){
ios_base::sync_with_stdio(0);
cin.tie(0);
int n, d, m;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |