cin是在iostream中
using namespace std; int main() { int s; double l; cin>>s>>l; printf(“%.3lf km/l”,s/l); return 0; }