fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. int current_size = 50000;
  6. int size = 0;
  7.  
  8. if (1 && size > 0 && size < current_size) {
  9. printf("PG is WTF %lld %lld\n", size, current_size);
  10. }
  11. else {
  12. printf("PG is WTF??? %X %X\n", size, current_size);
  13. }
  14. // your code goes here
  15.  
  16. return 0;
  17. }
  18.  
Success #stdin #stdout 0s 5400KB
stdin
Standard input is empty
stdout
PG is WTF??? 0 C350