fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int a,b,c,d;
  7. a=35;
  8. b=27;
  9. c=81;
  10. d=16;
  11. cout<<"a";
  12. cout<<"b";
  13. cout<<"c";
  14. cout<<"d";
  15. return 0;
  16. }
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
abcd