Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: kavin8888

Problemset: Level Up

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-20 13:35:40

#include<bits/stdc++.h>
using namespace std;
#define db double
#define cfs cout<<fixed<<setprecision(2)
int main()
{
	db a,b,c; cin>>a>>b>>c;
	db sss=(a*a+log(b+1))*exp(c/(a+1));
	cfs<<ceil(sss);
}