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