fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int a,i;
  6.  
  7. scanf("%d",&a);
  8.  
  9. for ( i=0; i<9; i++){
  10.  
  11. //printf("yes");
  12. }
  13. printf("\n");
  14.  
  15. //if (?-?)*? +? =a
  16.  
  17. printf("(%d-%d)*%d+%d \n",a,a,a,a);
  18.  
  19. return 0;
  20. }
  21.  
Success #stdin #stdout 0.01s 5268KB
stdin
4
stdout
(4-4)*4+4