NH

Anh chị giúp em bài này với ạ

KS
7 tháng 12 lúc 12:46

#include<iostream>

using namespace std;

int main(){

int n,p;

cin>>n>>p;

int soghe = 4*p;

float them = 1.0*(n/soghe);

cout<<ceil(them)<<endl;

return 0;

}

Bình luận (0)