fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main(){
  5. //freopen(" .in","r",stdin);
  6. //freopen(" .out","w",stdout);
  7. ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
  8. cout<<1<<"\n";
  9. cout<<fixed<<setprecision(3)<<1.2321423<<"\n";
  10. cout<<'*'<<"\n";
  11. cout<<"234234sdfsdf"<<"\n";
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
1
1.232
*
234234sdfsdf