fork(7) download
  1. #include <iostream>
  2. #include <limits>
  3.  
  4. using namespace std;
  5.  
  6. struct str
  7. {
  8. static const size_t jakiesCos= std::numeric_limits<uint16_t>::max();
  9.  
  10. size_t test;
  11. };
  12.  
  13. int main() {
  14. // your code goes here
  15. return 0;
  16. }
Success #stdin #stdout 0s 3092KB
stdin
Standard input is empty
stdout
Standard output is empty