fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int x,y,z;
  6. x=2;
  7. y=1;
  8. x=x+y;
  9. char s;
  10. cout<<s<<"A";
  11.  
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
A