fork download
  1. // Online C++ compiler to run C++ program online
  2. #include <iostream>
  3. using namespace std;
  4. int main()
  5. {
  6. int a;
  7. cin >> a;
  8. cout << a;
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5288KB
stdin
 
stdout
32767