fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main ()
  4. {
  5. char x=20, y='8';
  6. cout<<x;
  7.  
  8.  
  9. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout