题解 | #牛牛的通勤#
牛牛的通勤
http://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
#include <stdio.h>
int main()
{
int s;
scanf("%d",&s);
printf(s<s/10+10?"w":"v");
return 0;
}
牛牛的通勤
http://www.nowcoder.com/practice/1fe33d534843473eb086c4b42655e13d
#include <stdio.h>
int main()
{
int s;
scanf("%d",&s);
printf(s<s/10+10?"w":"v");
return 0;
}
相关推荐