蒟蒻求助!!!全WA!
查看原帖
蒟蒻求助!!!全WA!
1335801
Dream__Time楼主2024/12/9 11:49

/(ㄒoㄒ)/~~

/*
1.for循环 
2.遍历 
*/
#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a,l;
	long long n=0;
	cin>>a>>l;
	while(n/a < l)
	{
		n++;
	}
	cout<<n;
	
	return 0;
 }

大佬瞅瞅(✿◕‿◕✿)

2024/12/9 11:49
加载中...