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. #include <boost/uuid/string_generator.hpp>
  11. #include <boost/uuid/uuid.hpp>
  12. using namespace std;
  13.  
  14. int *pok, x;
  15.  
  16. int main(){
  17.  
  18. cin>>x;
  19.  
  20. return 0;
  21. }
  22.  
  23.  
  24.  
Success #stdin #stdout 0.01s 5284KB
stdin
33
22
34
stdout
Standard output is empty