fork download
  1. /******************************************************************************
  2.  
  3. Welcome to GDB Online.
  4. GDB online is an online compiler and debugger tool for C/C++.
  5. Code, Compile, Run and Debug online from anywhere in world.
  6.  
  7. *******************************************************************************/
  8. #include <iostream>
  9. #include <bits/stdc++.h>
  10. using namespace std;
  11.  
  12. int main() {
  13. char text[50] = {'s','t','a','t','u','s'};
  14. cout << text << endl;
  15.  
  16. return 0;
  17. }
  18.  
  19.  
  20.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
status