fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main(){
  4.  
  5. cout<<fixed<<setprecision(4)<<7.8745557678648<<"\n";
  6. cout<<"我爱"<<"\n"<<"欢欢";
  7.  
  8. return 0;
  9.  
  10. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
7.8746
我爱
欢欢