fork download
  1.  
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. std::cout << SHRT_MIN << std::endl;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:6:18: error: ‘SHRT_MIN’ was not declared in this scope
     std::cout << SHRT_MIN << std::endl;
                  ^~~~~~~~
stdout
Standard output is empty