fork download
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4.  
  5. int main() {
  6. cout << RAND_MAX;
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/229597/101
Success #stdin #stdout 0s 4356KB
stdin
Standard input is empty
stdout
2147483647