fork download
  1. #include <iostream>
  2. int main(){
  3.  
  4. char b = 't';
  5.  
  6. int a =b;
  7. std::cout <<b;
  8. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
t