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