6 해설

  • 0
    @ 2025-7-21 11:56:29
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int n;
    	double x;
    	cin>>x>>n;
    	for (int i=1;i<=n;i++)
    	{
    		x=x*1.001;
    	}
    	cout<<fixed<<setpreision(4)<<x;
        return 0;
    }
    

    정보

    ID
    878
    시간
    1000ms
    메모리
    256MiB
    난이도
    1
    태그
    (N/A)
    제출 기록
    130
    맞았습니다.
    58
    아이디