OJ/3834/1/1.cpp
2025-01-14 20:19:17 +08:00

16 lines
272 B
C++

#include <iostream>
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;
}
}