fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int authentic = 0;
  5. int x, y, z;
  6. char buffer[11];
  7. gets(buffer);
  8. if(authentic){
  9. printf("access allowed!");
  10. } else{
  11. printf("access denied!");
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
access denied!