fork download
  1. #include <iostream>
  2. using namespace std;
  3. // cosa stampa questo esercizio?
  4. char x,z;
  5.  
  6. int main() {
  7. x=69;
  8. z=66;
  9.  
  10. cout<<x<<"\t"<<z<<endl;
  11.  
  12.  
  13.  
  14. // your code goes here
  15. return 0;
  16. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
E	B