#include using namespace std; int main() { ios::sync_with_stdio(0), cin.tie(0), cout.tie(0); int d, g; cin >> d >> g; int bp_life[g]{}, bp_height[g]{}, sum=0; for (int i = 0; i < g; i++) { int t, f, h; sum += f; } }