- 2023-04-04Hot Start Up (easy version) CF1799
你有两个CPU,n个程序(m个类型)要运行。在不同条件下程序运行的时间不同,但连续运行的时间满足小于等于在不连续状态下运行的时间。 #include<iostream>#include<cstring>#include<queue>usingnamespacestd;constintN=5002;#defineintlonglong#definei
- 2023-03-01CF1799 解题笔记
A模拟即可。#include<bits/stdc++.h>#defineILinline#defineregregister#defineN50050ILintread(){regintx=0;regcharch=getchar();while(c
- 2023-02-28CF1799
A读懂题后直接模拟,重点是读懂题!B如果所有数不相等且最小值为\(1\),无解,因为无法将一堆大于\(1\)的全部变为\(1\)。除此以外的情况一定有解,可以发现所有值除以一个比