fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7.  
  8. int a;
  9. double b;
  10. char c;
  11. string d;
  12.  
  13.  
  14. cin>>a;
  15. cin>>b;
  16. cin>>c;
  17. cin>>d;
  18.  
  19.  
  20.  
  21.  
  22.  
  23. return 0;
  24. }
Success #stdin #stdout 0.01s 5324KB
stdin
17
2.3773
n
uuchuchfuihe
stdout
Standard output is empty