#41207: C++答案


yp11351100@yphs.tp.edu.tw (801-28胡可岳)


#include <stdio.h>

int main()
{
int x;
scanf(" %d", &x);
printf("%d", x * 3 / 10);
return 0;
}
#41209: Re: C++答案


yp11351100@yphs.tp.edu.tw (801-28胡可岳)


自己寫啦87

 



#41219: Re: C++答案


yp11351121@yphs.tp.edu.tw (704-29張品綸)


自己寫啦87

 
LOL