delete pics to save space
This commit is contained in:
10
history_source/信息学奥赛一本通/1.2.5.2.cpp
Normal file
10
history_source/信息学奥赛一本通/1.2.5.2.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
double a;
|
||||
scanf("%lf",&a);
|
||||
printf("%.12lf\n",a);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user