delete pics to save space
This commit is contained in:
10
history_source/信息学奥赛一本通/2.7.8.cpp
Normal file
10
history_source/信息学奥赛一本通/2.7.8.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include<cstdio>
|
||||
double f(double n)
|
||||
{
|
||||
return n*n*n*n*n-15*n*n*n*n+85*n*n*n-225*n*n+274*n-121;
|
||||
}
|
||||
int main()
|
||||
{
|
||||
printf("%.6lf\n",1.8490158);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user