错哪里了。。

P1421 小玉买文具

include前面少了 # #include<iostream> #include<cstdio>
by AutumnTripod906 @ 2018-07-08 10:06:10


“ # "发不出来
by AutumnTripod906 @ 2018-07-08 10:06:52


``` #include<iostream> #include<cstdio> using namespace std; int main(){ int a,s; float b,c; cin>>a>>b; b=b*0.1; s=a+b; c=1.9; s=s/c; cout<<s; return 0; } ``` 下次请使用markdown,谢谢@[明镜止水](/space/show?uid=61573)
by RiverFun @ 2018-07-08 10:07:45


~~笑死我了~~
by xiangling @ 2018-07-08 10:31:11


|