首页
编程
java
php
前端
首页
编程
java
php
前端
C++和C语言语法转换
C语言中printf("%0.5lf\n", mn(a, b));在C++可以表示为
cout<<mn(a,b)<<endl;
点击展开全文